mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-26 09:58:20 +01:00
add (unused) missing defines for IME stuff, which can't work until I
figure out how to test for presence of qwerty keyboard
This commit is contained in:
parent
1fb1c28ed8
commit
f4ab972e03
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ BOOL DH(ResetEvent)(HANDLE);
|
|||
|
||||
#endif /* USE_RAW_MINGW */
|
||||
|
||||
#ifndef IME_ESC_SET_MODE
|
||||
# define IME_ESC_SET_MODE 0x0800
|
||||
#endif
|
||||
#ifndef IM_SPELL
|
||||
# define IM_SPELL 0
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1591512&SiteID=1 */
|
||||
#define IM_SPELL 0
|
||||
|
|
Loading…
Reference in a new issue