- Remove NtGdi calls from user32 headers.

svn path=/trunk/; revision=40494
This commit is contained in:
James Tabor
2009-04-13 23:27:52 +00:00
parent bfeb3b8fe0
commit a909ec0447
@@ -43,8 +43,6 @@
#include <pseh/pseh2.h>
/* FIXME: Use ntgdi.h then cleanup... */
HGDIOBJ WINAPI NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
BOOL WINAPI NtGdiPatBlt(HDC hdcDst, INT x, INT y, INT cx, INT cy, DWORD rop4);
LONG WINAPI GdiGetCharDimensions(HDC, LPTEXTMETRICW, LONG *);
BOOL FASTCALL IsMetaFile(HDC);