1 2 #ifndef _MSCTF_PRECOMP_H 3 #define _MSCTF_PRECOMP_H 4 5 #include <stdarg.h> 6 #include <wchar.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 <winreg.h> 17 #include <objbase.h> 18 #include <olectl.h> 19 #include <msctf.h> 20 #include <shlwapi.h> 21 22 #include <wine/list.h> 23 #include <wine/debug.h> 24 25 #include "msctf_internal.h" 26 27 #endif /* !_MSCTF_PRECOMP_H */ 28