From e28b2f9bee3c02a8c6061be60ca7d8f927c7578e Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Sun, 14 Sep 2008 11:46:08 +0000 Subject: [PATCH] sync imm.h with wine (should fix build) svn path=/trunk/; revision=36233 --- reactos/include/psdk/imm.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/include/psdk/imm.h b/reactos/include/psdk/imm.h index f0ee9a3c083..57658def7d9 100644 --- a/reactos/include/psdk/imm.h +++ b/reactos/include/psdk/imm.h @@ -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 */