mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 22:48:29 +00:00
Fix signedness error.
svn path=/trunk/; revision=26323
This commit is contained in:
parent
cde8c95d91
commit
8eb6d672a1
1 changed files with 1 additions and 1 deletions
|
@ -40,4 +40,4 @@
|
||||||
/* FIXME: Use ntgdi.h then cleanup... */
|
/* FIXME: Use ntgdi.h then cleanup... */
|
||||||
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
|
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
|
||||||
BOOL STDCALL NtGdiPatBlt(HDC hdcDst, INT x, INT y, INT cx, INT cy, DWORD rop4);
|
BOOL STDCALL NtGdiPatBlt(HDC hdcDst, INT x, INT y, INT cx, INT cy, DWORD rop4);
|
||||||
DWORD STDCALL GdiGetCharDimensions(HDC, LPTEXTMETRICW, DWORD *);
|
LONG STDCALL GdiGetCharDimensions(HDC, LPTEXTMETRICW, LONG *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue