mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
revert last commit insetad remove UNICODE_NOCHAR from wine/winuser.h
svn path=/trunk/; revision=38737
This commit is contained in:
parent
4ca5586a80
commit
b025eddd79
2 changed files with 0 additions and 5 deletions
|
@ -1642,10 +1642,7 @@ extern "C" {
|
|||
#if(_WIN32_WINNT >= 0x0501)
|
||||
#define WM_UNICHAR 0x0109
|
||||
#define WM_KEYLAST WM_UNICHAR
|
||||
/* FIXME: HACK! */
|
||||
#ifndef UNICODE_NOCHAR
|
||||
#define UNICODE_NOCHAR 0xffff
|
||||
#endif
|
||||
#else
|
||||
#define WM_KEYLAST 264
|
||||
#endif
|
||||
|
|
|
@ -21,8 +21,6 @@ WINUSERAPI UINT WINAPI PrivateExtractIconsW(LPCWSTR,int,int,int,HICON*,UINT*,UIN
|
|||
|
||||
#define WM_ALTTABACTIVE 0x0029
|
||||
|
||||
#define UNICODE_NOCHAR 0xFFFF
|
||||
|
||||
#ifndef E_PROP_ID_UNSUPPORTED
|
||||
#define E_PROP_ID_UNSUPPORTED ((HRESULT)0x80070490)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue