mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[MSCTF] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
8123ffac58
commit
897e19b0a6
15 changed files with 218 additions and 30 deletions
29
dll/win32/msctf/precomp.h
Normal file
29
dll/win32/msctf/precomp.h
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
#ifndef _MSCTF_PRECOMP_H
|
||||
#define _MSCTF_PRECOMP_H
|
||||
|
||||
#include <wine/config.h>
|
||||
|
||||
#include <stdarg.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/unicode.h>
|
||||
#include <wine/debug.h>
|
||||
|
||||
#include "msctf_internal.h"
|
||||
|
||||
#endif /* !_MSCTF_PRECOMP_H */
|
Loading…
Add table
Add a link
Reference in a new issue