Author: tkreuzer Date: Mon Jul 30 06:24:48 2007 New Revision: 28030
URL: http://svn.reactos.org/svn/reactos?rev=28030&view=rev Log: update ntgdibad.h
Modified: trunk/reactos/include/reactos/win32k/ntgdibad.h
Modified: trunk/reactos/include/reactos/win32k/ntgdibad.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/win32k/ntgd... ============================================================================== --- trunk/reactos/include/reactos/win32k/ntgdibad.h (original) +++ trunk/reactos/include/reactos/win32k/ntgdibad.h Mon Jul 30 06:24:48 2007 @@ -1062,10 +1062,6 @@ /* 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! */