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

@ -1,3 +1,13 @@
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.
2009-20-10 Jarkko Sakkinen <jarkko.sakkinen@iki.fi> 2009-20-10 Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
* include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP, * include/winuser.h (WM_TOUCHMOVE, WM_TOUCHDOWN, WM_TOUCHUP,

View File

@ -358,7 +358,7 @@ extern "C" {
#define OUT_RASTER_PRECIS 6 #define OUT_RASTER_PRECIS 6
#define OUT_TT_ONLY_PRECIS 7 #define OUT_TT_ONLY_PRECIS 7
#define OUT_OUTLINE_PRECIS 8 #define OUT_OUTLINE_PRECIS 8
//http://www.pinvoke.net/default.aspx/Structures/LOGFONT.html /* http://www.pinvoke.net/default.aspx/Structures/LOGFONT.html */
#define OUT_PS_ONLY_PRECIS 10 #define OUT_PS_ONLY_PRECIS 10
#define CLIP_DEFAULT_PRECIS 0 #define CLIP_DEFAULT_PRECIS 0
#define CLIP_CHARACTER_PRECIS 1 #define CLIP_CHARACTER_PRECIS 1
@ -372,6 +372,9 @@ extern "C" {
#define PROOF_QUALITY 2 #define PROOF_QUALITY 2
#define NONANTIALIASED_QUALITY 3 #define NONANTIALIASED_QUALITY 3
#define ANTIALIASED_QUALITY 4 #define ANTIALIASED_QUALITY 4
#if _WIN32_WINNT >= 0x0500
#define CLEARTYPE_QUALITY 5
#endif
#define DEFAULT_PITCH 0 #define DEFAULT_PITCH 0
#define FIXED_PITCH 1 #define FIXED_PITCH 1
#define VARIABLE_PITCH 2 #define VARIABLE_PITCH 2

View File

@ -1554,7 +1554,13 @@ extern "C" {
#define WM_WINDOWPOSCHANGING 70 #define WM_WINDOWPOSCHANGING 70
#define WM_WININICHANGE 26 #define WM_WININICHANGE 26
#define WM_KEYFIRST 256 #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 #define WM_KEYLAST 264
#endif
#define WM_SYNCPAINT 136 #define WM_SYNCPAINT 136
#define WM_MOUSEACTIVATE 33 #define WM_MOUSEACTIVATE 33
#define WM_MOUSEMOVE 512 #define WM_MOUSEMOVE 512

View File

@ -40,6 +40,7 @@ DSA_GetItem@12
DSA_GetItemPtr@8 DSA_GetItemPtr@8
DSA_InsertItem@12 DSA_InsertItem@12
DSA_SetItem@12 DSA_SetItem@12
DefSubclassProc@16
DelMRUString@8 DelMRUString@8
DestroyPropertySheetPage@4 DestroyPropertySheetPage@4
DrawInsert@12 DrawInsert@12
@ -55,6 +56,7 @@ Free@4
FreeMRUList@4 FreeMRUList@4
GetEffectiveClientRect@12 GetEffectiveClientRect@12
GetSize@4 GetSize@4
GetWindowSubclass@16
ImageList_Add@12 ImageList_Add@12
ImageList_AddIcon@8 ImageList_AddIcon@8
ImageList_AddMasked@12 ImageList_AddMasked@12
@ -101,6 +103,7 @@ PropertySheet@4
PropertySheetA@4 PropertySheetA@4
PropertySheetW@4 PropertySheetW@4
ReAlloc@8 ReAlloc@8
RemoveWindowSubclass@12
SendNotify@16 SendNotify@16
SendNotifyEx@20 SendNotifyEx@20
SetWindowSubclass@16 SetWindowSubclass@16