sync imm.h with wine (should fix build)

svn path=/trunk/; revision=36233
This commit is contained in:
Christoph von Wittich 2008-09-14 11:46:08 +00:00
parent 0ff89a79a9
commit e28b2f9bee

View file

@ -169,7 +169,6 @@ typedef struct _tagCOMPOSITIONFORM
/* the modifiers of hot key */
#ifndef _WINUSER_
#define MOD_ALT 0x0001
#define MOD_CONTROL 0x0002
#define MOD_SHIFT 0x0004
@ -179,7 +178,6 @@ typedef struct _tagCOMPOSITIONFORM
#define MOD_ON_KEYUP 0x0800
#define MOD_IGNORE_ALL_MODIFIER 0x0400
#endif /* _WINUSER_ */
/* Windows for Simplified Chinese Edition hot key ID from 0x10 - 0x2F */