[MSCTF] Sync with Wine Staging 4.18. CORE-16441

This commit is contained in:
Amine Khaldi 2019-11-09 22:02:02 +01:00
parent 4c4918afe9
commit ac50127e48
11 changed files with 155 additions and 61 deletions

View file

@ -2,9 +2,8 @@
#ifndef _MSCTF_PRECOMP_H
#define _MSCTF_PRECOMP_H
#include <wine/config.h>
#include <stdarg.h>
#include <wchar.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
@ -21,7 +20,6 @@
#include <shlwapi.h>
#include <wine/list.h>
#include <wine/unicode.h>
#include <wine/debug.h>
#include "msctf_internal.h"