xref: /reactos/dll/win32/msctf/precomp.h (revision 845faec4)
1 
2 #ifndef _MSCTF_PRECOMP_H
3 #define _MSCTF_PRECOMP_H
4 
5 #include <wine/config.h>
6 
7 #include <stdarg.h>
8 
9 #define WIN32_NO_STATUS
10 #define _INC_WINDOWS
11 #define COM_NO_WINDOWS_H
12 
13 #define COBJMACROS
14 
15 #include <windef.h>
16 #include <winbase.h>
17 #include <winreg.h>
18 #include <objbase.h>
19 #include <olectl.h>
20 #include <msctf.h>
21 #include <shlwapi.h>
22 
23 #include <wine/list.h>
24 #include <wine/unicode.h>
25 #include <wine/debug.h>
26 
27 #include "msctf_internal.h"
28 
29 #endif /* !_MSCTF_PRECOMP_H */
30