- Fix incorrect definitions Modified: trunk/reactos/w32api/include/ddrawgdi.h Modified: trunk/reactos/w32api/include/wingdi.h _____
Modified: trunk/reactos/w32api/include/ddrawgdi.h --- trunk/reactos/w32api/include/ddrawgdi.h 2005-07-27 21:31:15 UTC (rev 16821) +++ trunk/reactos/w32api/include/ddrawgdi.h 2005-07-27 21:48:47 UTC (rev 16822) @@ -89,7 +89,7 @@
HWND hWnd );
-BOOL +HDC STDCALL DdGetDC( LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal, _____
Modified: trunk/reactos/w32api/include/wingdi.h --- trunk/reactos/w32api/include/wingdi.h 2005-07-27 21:31:15 UTC (rev 16821) +++ trunk/reactos/w32api/include/wingdi.h 2005-07-27 21:48:47 UTC (rev 16822) @@ -2682,7 +2682,7 @@
int WINAPI GetClipBox(HDC,LPRECT); int WINAPI GetClipRgn(HDC,HRGN); BOOL WINAPI GetColorAdjustment(HDC,LPCOLORADJUSTMENT); -HANDLE WINAPI GetColorSpace(HDC); +HCOLORSPACE WINAPI GetColorSpace(HDC); HGDIOBJ WINAPI GetCurrentObject(HDC,UINT); BOOL WINAPI GetCurrentPositionEx(HDC,LPPOINT); HCURSOR WINAPI GetCursor(void); @@ -2823,7 +2823,7 @@ UINT WINAPI SetBoundsRect(HDC,LPCRECT,UINT); BOOL WINAPI SetBrushOrgEx(HDC,int,int,LPPOINT); BOOL WINAPI SetColorAdjustment(HDC,const COLORADJUSTMENT*); -BOOL WINAPI SetColorSpace(HDC,HCOLORSPACE); +HCOLORSPACE WINAPI SetColorSpace(HDC,HCOLORSPACE); #if (_WIN32_WINNT >= 0x0500) COLORREF WINAPI SetDCBrushColor(HDC,COLORREF); COLORREF WINAPI SetDCPenColor(HDC,COLORREF);