Commit 1d004dda authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

include: Assorted spelling fixes.

parent 4bb92e18
......@@ -23,7 +23,7 @@
#include <atliface.h>
/* Wine extention: we (ab)use _ATL_VER to handle truct layout differences between ATL versions. */
/* Wine extension: we (ab)use _ATL_VER to handle struct layout differences between ATL versions. */
#define _ATL_VER_30 0x0300
#define _ATL_VER_70 0x0700
#define _ATL_VER_80 0x0800
......
......@@ -194,7 +194,7 @@ typedef BOOL (CALLBACK* IMCENUMPROC)(HIMC, LPARAM);
#define IME_KHOTKEY_SHAPE_TOGGLE 0x50
#define IME_KHOTKEY_HANJACONVERT 0x51
#define IME_KHOTKEY_ENGLISH 0x52
/* Windows for Tranditional Chinese Edition hot key ID from 0x70 - 0x8F */
/* Windows for Traditional Chinese Edition hot key ID from 0x70 - 0x8F */
#define IME_THOTKEY_IME_NONIME_TOGGLE 0x70
#define IME_THOTKEY_SHAPE_TOGGLE 0x71
#define IME_THOTKEY_SYMBOL_TOGGLE 0x72
......@@ -469,7 +469,7 @@ typedef BOOL (CALLBACK* IMCENUMPROC)(HIMC, LPARAM);
/*
* type of soft keyboard
* for Windows Tranditional Chinese Edition
* for Windows Traditional Chinese Edition
*/
#define SOFTKEYBOARD_TYPE_T1 0x0001
/* for Windows Simplified Chinese Edition */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment