xref: /reactos/dll/win32/wuapi/precomp.h (revision b5218987)
1 
2 #ifndef _WUAPI_PRECOMP_H_
3 #define _WUAPI_PRECOMP_H_
4 
5 #include <stdarg.h>
6 
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 
10 #define COBJMACROS
11 
12 #include <windef.h>
13 #include <winbase.h>
14 #include <objbase.h>
15 #include <wuapi.h>
16 
17 #include <wine/debug.h>
18 
19 #include "wuapi_private.h"
20 
21 #endif /* !_WUAPI_PRECOMP_H_ */
22