mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
#include "acluilib.h" -> #include <precomp.h>
svn path=/trunk/; revision=17067
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* UPDATE HISTORY:
|
||||
* 08/10/2004 Created
|
||||
*/
|
||||
#include "acluilib.h"
|
||||
#include <precomp.h>
|
||||
|
||||
HINSTANCE hDllInstance;
|
||||
|
||||
|
||||
@@ -18,5 +18,5 @@
|
||||
<file>checklist.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>aclui.rc</file>
|
||||
<pch>acluilib.h</pch>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* UPDATE HISTORY:
|
||||
* 07/01/2005 Created
|
||||
*/
|
||||
#include "acluilib.h"
|
||||
#include <precomp.h>
|
||||
|
||||
#define CI_TEXT_MARGIN_WIDTH (8)
|
||||
#define CI_TEXT_MARGIN_HEIGHT (3)
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <windows.h>
|
||||
#include <aclui.h>
|
||||
|
||||
#include "acluilib.h"
|
||||
#include <precomp.h>
|
||||
|
||||
static INT
|
||||
LengthOfStrResource(IN HINSTANCE hInst,
|
||||
|
||||
Reference in New Issue
Block a user