Author: tkreuzer
Date: Fri Jul 27 02:37:20 2007
New Revision: 27891
URL:
http://svn.reactos.org/svn/reactos?rev=27891&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/ntg…
==============================================================================
--- trunk/reactos/include/reactos/win32k/ntgdibad.h (original)
+++ trunk/reactos/include/reactos/win32k/ntgdibad.h Fri Jul 27 02:37:20 2007
@@ -605,17 +605,6 @@
/* Needs to be done in user-mode, using shared GDI Object Attributes. */
COLORREF STDCALL NtGdiGetTextColor(HDC hDC);
-/* Rename to NtGdiGetTextExtentExW. Add 0 at the end. */
-BOOL
-STDCALL
-NtGdiGetTextExtentExPoint(HDC hDC,
- LPCWSTR String,
- int Count,
- int MaxExtent,
- LPINT Fit,
- LPINT Dx,
- LPSIZE Size);
-
/* Rename to NtGdiGetTextFaceW, add FALSE at the end. */
int
STDCALL