mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
- Fix incorrect definitions
svn path=/trunk/; revision=16822
This commit is contained in:
parent
9dabbd25fc
commit
42a3e034f8
2 changed files with 3 additions and 3 deletions
|
@ -89,7 +89,7 @@ DdResetVisrgn(
|
||||||
HWND hWnd
|
HWND hWnd
|
||||||
);
|
);
|
||||||
|
|
||||||
BOOL
|
HDC
|
||||||
STDCALL
|
STDCALL
|
||||||
DdGetDC(
|
DdGetDC(
|
||||||
LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal,
|
LPDDRAWI_DDRAWSURFACE_LCL pSurfaceLocal,
|
||||||
|
|
|
@ -2682,7 +2682,7 @@ BOOL WINAPI GetCharWidthFloatW(HDC,UINT,UINT,PFLOAT);
|
||||||
int WINAPI GetClipBox(HDC,LPRECT);
|
int WINAPI GetClipBox(HDC,LPRECT);
|
||||||
int WINAPI GetClipRgn(HDC,HRGN);
|
int WINAPI GetClipRgn(HDC,HRGN);
|
||||||
BOOL WINAPI GetColorAdjustment(HDC,LPCOLORADJUSTMENT);
|
BOOL WINAPI GetColorAdjustment(HDC,LPCOLORADJUSTMENT);
|
||||||
HANDLE WINAPI GetColorSpace(HDC);
|
HCOLORSPACE WINAPI GetColorSpace(HDC);
|
||||||
HGDIOBJ WINAPI GetCurrentObject(HDC,UINT);
|
HGDIOBJ WINAPI GetCurrentObject(HDC,UINT);
|
||||||
BOOL WINAPI GetCurrentPositionEx(HDC,LPPOINT);
|
BOOL WINAPI GetCurrentPositionEx(HDC,LPPOINT);
|
||||||
HCURSOR WINAPI GetCursor(void);
|
HCURSOR WINAPI GetCursor(void);
|
||||||
|
@ -2823,7 +2823,7 @@ int WINAPI SetBkMode(HDC,int);
|
||||||
UINT WINAPI SetBoundsRect(HDC,LPCRECT,UINT);
|
UINT WINAPI SetBoundsRect(HDC,LPCRECT,UINT);
|
||||||
BOOL WINAPI SetBrushOrgEx(HDC,int,int,LPPOINT);
|
BOOL WINAPI SetBrushOrgEx(HDC,int,int,LPPOINT);
|
||||||
BOOL WINAPI SetColorAdjustment(HDC,const COLORADJUSTMENT*);
|
BOOL WINAPI SetColorAdjustment(HDC,const COLORADJUSTMENT*);
|
||||||
BOOL WINAPI SetColorSpace(HDC,HCOLORSPACE);
|
HCOLORSPACE WINAPI SetColorSpace(HDC,HCOLORSPACE);
|
||||||
#if (_WIN32_WINNT >= 0x0500)
|
#if (_WIN32_WINNT >= 0x0500)
|
||||||
COLORREF WINAPI SetDCBrushColor(HDC,COLORREF);
|
COLORREF WINAPI SetDCBrushColor(HDC,COLORREF);
|
||||||
COLORREF WINAPI SetDCPenColor(HDC,COLORREF);
|
COLORREF WINAPI SetDCPenColor(HDC,COLORREF);
|
||||||
|
|
Loading…
Reference in a new issue