* include/winuser.h (WM_IME_*): Remove. Defined in imm.h.

This commit is contained in:
Dimitri Papadopoulos
2006-04-06 11:53:54 +00:00
parent f2e6c50869
commit 944a4fa770
3 changed files with 5 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ extern "C" {
#define WM_IME_CHAR 0x286
#define WM_IME_KEYDOWN 0x290
#define WM_IME_KEYUP 0x291
#if (WINVER >= 0x0500)
#if (_WIN32_WINNT >= 0x0500)
#define WM_IME_REQUEST 0x0288
#endif
#define IMC_GETCANDIDATEPOS 7