1 2 #ifndef _OLEACC_PRECOMP_H_ 3 #define _OLEACC_PRECOMP_H_ 4 5 #define WIN32_NO_STATUS 6 #define _INC_WINDOWS 7 #define COM_NO_WINDOWS_H 8 9 #define COBJMACROS 10 11 #include <windef.h> 12 #include <winbase.h> 13 #include <ole2.h> 14 15 #include <wine/debug.h> 16 17 #include "oleacc_private.h" 18 19 #endif /* !_OLEACC_PRECOMP_H_ */ 20