[ros-diffs] [hpoussin] 35235: Add missing APIENTRY
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Sat Aug 9 16:47:14 CEST 2008
Author: hpoussin
Date: Sat Aug 9 09:47:13 2008
New Revision: 35235
URL: http://svn.reactos.org/svn/reactos?rev=35235&view=rev
Log:
Add missing APIENTRY
Modified:
trunk/reactos/subsystems/win32/win32k/objects/dc.c
trunk/reactos/subsystems/win32/win32k/objects/text.c
trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/dc.c?rev=35235&r1=35234&r2=35235&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dc.c [iso-8859-1] Sat Aug 9 09:47:13 2008
@@ -3480,6 +3480,7 @@
* @implemented
*/
DHPDEV
+APIENTRY
NtGdiGetDhpdev(
IN HDEV hdev)
{
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/text.c?rev=35235&r1=35234&r2=35235&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/text.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/text.c [iso-8859-1] Sat Aug 9 09:47:13 2008
@@ -3346,6 +3346,7 @@
DWORD
+APIENTRY
NtGdiGetCharSet(HDC hDC)
{
PDC Dc;
Modified: trunk/reactos/subsystems/win32/win32k/stubs/stubs.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/stubs/stubs.c?rev=35235&r1=35234&r2=35235&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/stubs/stubs.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/stubs/stubs.c [iso-8859-1] Sat Aug 9 09:47:13 2008
@@ -1607,6 +1607,7 @@
* @unimplemented
*/
BOOL
+APIENTRY
NtGdiAddRemoteMMInstanceToDC(
IN HDC hdc,
IN DOWNLOADDESIGNVECTOR *pddv,
@@ -2149,6 +2150,7 @@
* @unimplemented
*/
BOOL
+APIENTRY
NtGdiGetRealizationInfo(
IN HDC hdc,
OUT PREALIZATION_INFO pri,
@@ -2268,6 +2270,7 @@
* @unimplemented
*/
DWORD
+APIENTRY
NtGdiGetFontUnicodeRanges(
IN HDC hdc,
OUT OPTIONAL LPGLYPHSET pgs)
More information about the Ros-diffs
mailing list