* Sync up to trunk head (r65270).
[reactos.git] / dll / win32 / syssetup / precomp.h
1 #ifndef _SYSSETUP_PCH_
2 #define _SYSSETUP_PCH_
3
4 #include <stdio.h>
5
6 #define WIN32_NO_STATUS
7 #define _INC_WINDOWS
8 #define COM_NO_WINDOWS_H
9
10 #include <windef.h>
11 #include <winbase.h>
12 #include <winreg.h>
13 #include <wingdi.h>
14 #include <winuser.h>
15 #define NTOS_MODE_USER
16 #include <ndk/rtlfuncs.h>
17 #include <setupapi.h>
18 #include <syssetup/syssetup.h>
19 #include <pseh/pseh2.h>
20
21 #include "globals.h"
22 #include "resource.h"
23
24 #endif /* _SYSSETUP_PCH_ */