xref: /reactos/dll/win32/msimtf/precomp.h (revision c2c66aff)
1 #ifndef _MSIMTF_PCH_
2 #define _MSIMTF_PCH_
3 
4 #include <wine/config.h>
5 
6 #include <stdarg.h>
7 
8 #define WIN32_NO_STATUS
9 #define _INC_WINDOWS
10 #define COM_NO_WINDOWS_H
11 
12 #define COBJMACROS
13 
14 #include <windef.h>
15 #include <winbase.h>
16 #include <wingdi.h>
17 #include <winuser.h>
18 #include <objbase.h>
19 #include <dimm.h>
20 
21 #include <wine/debug.h>
22 WINE_DEFAULT_DEBUG_CHANNEL(msimtf);
23 
24 #endif /* _MSIMTF_PCH_ */
25