[ADVPACK] Sync with Wine Staging 3.17. CORE-15127
[reactos.git] / dll / win32 / advpack / precomp.h
1
2 #ifndef _ADVPACK_PRECOMP_H
3 #define _ADVPACK_PRECOMP_H
4
5 #include <stdarg.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #include <windef.h>
12 #include <winbase.h>
13 #include <winuser.h>
14 #include <winreg.h>
15 #include <winternl.h>
16 #include <advpub.h>
17
18 #include <wine/debug.h>
19 #include <wine/unicode.h>
20
21 #include "advpack_private.h"
22
23 #endif /* !_ADVPACK_PRECOMP_H */