Author: sginsberg Date: Mon Aug 25 09:04:24 2008 New Revision: 35627
URL: http://svn.reactos.org/svn/reactos?rev=35627&view=rev Log: - Sync ntgdi.h to trunk, and add missing APIENTRY for a couple of functions
Modified: branches/nwin32/include/psdk/ntgdi.h branches/nwin32/subsystems/win32/win32k/ntgdi/gdidc.c branches/nwin32/subsystems/win32/win32k/ntgdi/gdifont.c branches/nwin32/subsystems/win32/win32k/ntgdi/gditext.c
Modified: branches/nwin32/include/psdk/ntgdi.h URL: http://svn.reactos.org/svn/reactos/branches/nwin32/include/psdk/ntgdi.h?rev=... ============================================================================== --- branches/nwin32/include/psdk/ntgdi.h [iso-8859-1] (original) +++ branches/nwin32/include/psdk/ntgdi.h [iso-8859-1] Mon Aug 25 09:04:24 2008 @@ -2843,6 +2843,7 @@
W32KAPI DWORD +APIENTRY NtGdiGetCharSet( IN HDC hdc ); @@ -2897,6 +2898,7 @@ #if (_WIN32_WINNT >= 0x0500) W32KAPI DWORD +APIENTRY NtGdiGetFontUnicodeRanges( IN HDC hdc, OUT OPTIONAL LPGLYPHSET pgs @@ -2906,6 +2908,7 @@ #ifdef LANGPACK W32KAPI BOOL +APIENTRY NtGdiGetRealizationInfo( IN HDC hdc, OUT PREALIZATION_INFO pri, @@ -2915,6 +2918,7 @@
W32KAPI BOOL +APIENTRY NtGdiAddRemoteMMInstanceToDC( IN HDC hdc, IN DOWNLOADDESIGNVECTOR *pddv, @@ -3518,6 +3522,7 @@
W32KAPI DHPDEV +APIENTRY NtGdiGetDhpdev( IN HDEV hdev );
Modified: branches/nwin32/subsystems/win32/win32k/ntgdi/gdidc.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n... ============================================================================== --- branches/nwin32/subsystems/win32/win32k/ntgdi/gdidc.c [iso-8859-1] (original) +++ branches/nwin32/subsystems/win32/win32k/ntgdi/gdidc.c [iso-8859-1] Mon Aug 25 09:04:24 2008 @@ -252,7 +252,7 @@ }
BOOL -/* Missing APIENTRY! */ +APIENTRY NtGdiAddRemoteMMInstanceToDC(IN HDC hdc, IN DOWNLOADDESIGNVECTOR *pddv, IN ULONG cjDDV) @@ -262,7 +262,7 @@ }
DHPDEV -/* Missing APIENTRY! */ +APIENTRY NtGdiGetDhpdev(IN HDEV hdev) { UNIMPLEMENTED;
Modified: branches/nwin32/subsystems/win32/win32k/ntgdi/gdifont.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n... ============================================================================== --- branches/nwin32/subsystems/win32/win32k/ntgdi/gdifont.c [iso-8859-1] (original) +++ branches/nwin32/subsystems/win32/win32k/ntgdi/gdifont.c [iso-8859-1] Mon Aug 25 09:04:24 2008 @@ -274,7 +274,7 @@ }
DWORD -/* Missing APIENTRY! */ +APIENTRY NtGdiGetFontUnicodeRanges(IN HDC hdc, OUT OPTIONAL LPGLYPHSET pgs) { @@ -443,7 +443,7 @@ }
BOOL -/* Missing APIENTRY! */ +APIENTRY NtGdiGetRealizationInfo(IN HDC hdc, OUT PREALIZATION_INFO pri, IN HFONT hf)
Modified: branches/nwin32/subsystems/win32/win32k/ntgdi/gditext.c URL: http://svn.reactos.org/svn/reactos/branches/nwin32/subsystems/win32/win32k/n... ============================================================================== --- branches/nwin32/subsystems/win32/win32k/ntgdi/gditext.c [iso-8859-1] (original) +++ branches/nwin32/subsystems/win32/win32k/ntgdi/gditext.c [iso-8859-1] Mon Aug 25 09:04:24 2008 @@ -157,7 +157,7 @@ }
DWORD -/* Missing APIENTRY! */ +APIENTRY NtGdiGetCharSet(IN HDC hdc) { UNIMPLEMENTED;