update ntgdibad.h

svn path=/trunk/; revision=28030
This commit is contained in:
Timo Kreuzer 2007-07-30 02:24:48 +00:00
parent ce40832234
commit 133adbc1a6

View file

@ -1062,10 +1062,6 @@ NtGdiUpdateICMRegKey(DWORD Reserved,
/* These shouldn't even be called NtGdi */
HDC STDCALL NtGdiGetDCState(HDC hDC);
WORD STDCALL NtGdiSetHookFlags(HDC hDC, WORD Flags);
INT
STDCALL
NtGdiSelectVisRgn(HDC hdc,
HRGN hrgn);
VOID STDCALL NtGdiSetDCState ( HDC hDC, HDC hDCSave );
/* All this Should be in user-mode, not NtUser calls. Especially not in GDI! */