mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
define UNICODE_NOCHAR only if it wasn't already defined
svn path=/trunk/; revision=38736
This commit is contained in:
parent
15c3798cac
commit
4ca5586a80
1 changed files with 3 additions and 0 deletions
|
@ -1642,7 +1642,10 @@ extern "C" {
|
||||||
#if(_WIN32_WINNT >= 0x0501)
|
#if(_WIN32_WINNT >= 0x0501)
|
||||||
#define WM_UNICHAR 0x0109
|
#define WM_UNICHAR 0x0109
|
||||||
#define WM_KEYLAST WM_UNICHAR
|
#define WM_KEYLAST WM_UNICHAR
|
||||||
|
/* FIXME: HACK! */
|
||||||
|
#ifndef UNICODE_NOCHAR
|
||||||
#define UNICODE_NOCHAR 0xffff
|
#define UNICODE_NOCHAR 0xffff
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WM_KEYLAST 264
|
#define WM_KEYLAST 264
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue