1 2 #ifndef _WUAPI_PRECOMP_H_ 3 #define _WUAPI_PRECOMP_H_ 4 5 #include <wine/config.h> 6 7 #include <stdarg.h> 8 9 #define WIN32_NO_STATUS 10 #define _INC_WINDOWS 11 12 #define COBJMACROS 13 14 #include <windef.h> 15 #include <winbase.h> 16 #include <objbase.h> 17 #include <wuapi.h> 18 19 #include <wine/debug.h> 20 21 #include "wuapi_private.h" 22 23 #endif /* !_WUAPI_PRECOMP_H_ */ 24