2009-20-10 Michael James <james.me@gmail.com>
* include/wingdi.h (CLEARTYPE_QUALITY): Define. * include/winuser.h (WM_KEYLAST): Alternative definition when _WIN32_WINNT >= 0x0501. (WM_UNICHAR,UNICODE_NOCHAR): Define. * lib/comctl32.def (DefSubclassProc@16,GetWindowSubclass@16, RemoveWindowSubclass@12): Add exports. * lib/gdi32.def (GetDCBrushColor@4,GetDCPenColor@4): Add exports.
This commit is contained in:
@ -1554,7 +1554,13 @@ extern "C" {
|
||||
#define WM_WINDOWPOSCHANGING 70
|
||||
#define WM_WININICHANGE 26
|
||||
#define WM_KEYFIRST 256
|
||||
#if _WIN32_WINNT >= 0x0501
|
||||
#define WM_KEYLAST 265
|
||||
#define WM_UNICHAR 265
|
||||
#define UNICODE_NOCHAR 0xffff
|
||||
#else
|
||||
#define WM_KEYLAST 264
|
||||
#endif
|
||||
#define WM_SYNCPAINT 136
|
||||
#define WM_MOUSEACTIVATE 33
|
||||
#define WM_MOUSEMOVE 512
|
||||
|
Reference in New Issue
Block a user