1 #ifndef _MSDMO_PCH_ 2 #define _MSDMO_PCH_ 3 4 #include <stdarg.h> 5 6 #define WIN32_NO_STATUS 7 #define _INC_WINDOWS 8 #define COM_NO_WINDOWS_H 9 10 #define COBJMACROS 11 12 #include <windef.h> 13 #include <winbase.h> 14 #include <objbase.h> 15 16 #include <wine/debug.h> 17 WINE_DEFAULT_DEBUG_CHANNEL(msdmo); 18 19 #endif /* _MSDMO_PCH_ */ 20