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 <winnls.h> 16 #include <winternl.h> 17 #include <advpub.h> 18 19 #include <wine/debug.h> 20 21 #include "advpack_private.h" 22 23 #endif /* !_ADVPACK_PRECOMP_H */ 24