mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:41:57 +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
|
@ -18,8 +18,29 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define COBJMACROS
|
||||
|
||||
#include "wine/debug.h"
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winreg.h"
|
||||
#include "winuser.h"
|
||||
#include "shlwapi.h"
|
||||
#include "winerror.h"
|
||||
#include "objbase.h"
|
||||
#include "olectl.h"
|
||||
|
||||
#include "wine/unicode.h"
|
||||
|
||||
#include "msctf.h"
|
||||
#include "msctf_internal.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(msctf);
|
||||
|
||||
typedef struct tagPreservedKey
|
||||
{
|
||||
struct list entry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue