reactos/dll/win32/msctf/precomp.h
2019-11-09 22:02:02 +01:00

28 lines
434 B
C

#ifndef _MSCTF_PRECOMP_H
#define _MSCTF_PRECOMP_H
#include <stdarg.h>
#include <wchar.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <objbase.h>
#include <olectl.h>
#include <msctf.h>
#include <shlwapi.h>
#include <wine/list.h>
#include <wine/debug.h>
#include "msctf_internal.h"
#endif /* !_MSCTF_PRECOMP_H */