mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
28 lines
434 B
C
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 */
|