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:
Chris Sutcliffe
2009-11-20 23:46:05 +00:00
parent 64d9a4c6e6
commit 21d105b7c6
4 changed files with 23 additions and 1 deletions

View File

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