9 Feb 2009 08:19
[PATCH] w32api fixes
Michael James <james.me <at> gmail.com>
2009-02-09 07:19:36 GMT
2009-02-09 07:19:36 GMT
Some corrections to w32api I needed while porting an application to mingw in this patch. Index: ChangeLog =================================================================== RCS file: /cvs/src/src/winsup/w32api/ChangeLog,v retrieving revision 1.985 diff -r1.985 ChangeLog 0a1,12 > 2009-02-08 Michael James <james.me <at> 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 <at> 16,GetWindowSubclass <at> 16, > RemoveWindowSubclass <at> 12): Add exports. > * lib/gdi32.def (GetDCBrushColor <at> 4,GetDCPenColor <at> 4): Add exports. > * lib/msimg32.def (GetDCBrushColor <at> 4,GetDCPenColor <at> 4): Remove exports, > belong in gdi32.def originally in msimg32 due to bad documentation. > Index: include/wingdi.h =================================================================== RCS file: /cvs/src/src/winsup/w32api/include/wingdi.h,v retrieving revision 1.61 diff -r1.61 wingdi.h 361c361 < //http://www.pinvoke.net/default.aspx/Structures/LOGFONT.html --- > /* http://www.pinvoke.net/default.aspx/Structures/LOGFONT.html */(Continue reading)
RSS Feed