1 2 #ifndef _OLEAUT32_PCH_ 3 #define _OLEAUT32_PCH_ 4 5 #include <config.h> 6 7 #include <stdarg.h> 8 #include <stdio.h> 9 10 #define WIN32_NO_STATUS 11 #define _INC_WINDOWS 12 13 #define COBJMACROS 14 #define NONAMELESSUNION 15 #define NONAMELESSSTRUCT 16 17 #include <windef.h> 18 #include <winbase.h> 19 #include <wingdi.h> 20 #include <winreg.h> 21 #include <ole2.h> 22 #include <olectl.h> 23 24 #include <wine/debug.h> 25 #include <wine/list.h> 26 #include <wine/unicode.h> 27 28 #include "connpt.h" 29 #include "variant.h" 30 #include "resource.h" 31 32 #endif /* !_OLEAUT32_PCH_ */ 33