xref: /reactos/dll/directx/wine/msdmo/precomp.h (revision 2b91b296)
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 <wingdi.h>
15 #include <objbase.h>
16 
17 #include <wine/debug.h>
18 WINE_DEFAULT_DEBUG_CHANNEL(msdmo);
19 
20 #endif /* _MSDMO_PCH_ */
21