revert last commit insetad remove UNICODE_NOCHAR from wine/winuser.h

svn path=/trunk/; revision=38737
This commit is contained in:
Timo Kreuzer 2009-01-12 21:12:10 +00:00
parent 4ca5586a80
commit b025eddd79
2 changed files with 0 additions and 5 deletions

View file

@ -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

View file

@ -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