[MSIMTF] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / win32 / msimtf / precomp.h
1
2 #ifndef _MSIMTF_PCH_
3 #define _MSIMTF_PCH_
4
5 #include <stdarg.h>
6
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10
11 #define COBJMACROS
12
13 #include <windef.h>
14 #include <winbase.h>
15 #include <wingdi.h>
16 #include <winuser.h>
17 #include <objbase.h>
18 #include <dimm.h>
19
20 #include <wine/debug.h>
21
22 #endif /* !_MSIMTF_PCH_ */