[ros-diffs] [hpoussin] 35262: On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl
hpoussin at svn.reactos.org
hpoussin at svn.reactos.org
Sun Aug 10 13:33:33 CEST 2008
Author: hpoussin
Date: Sun Aug 10 06:33:33 2008
New Revision: 35262
URL: http://svn.reactos.org/svn/reactos?rev=35262&view=rev
Log:
On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl
Modified:
trunk/reactos/include/ddk/winddk.h
Modified: trunk/reactos/include/ddk/winddk.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/winddk.h?rev=35262&r1=35261&r2=35262&view=diff
==============================================================================
--- trunk/reactos/include/ddk/winddk.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/winddk.h [iso-8859-1] Sun Aug 10 06:33:33 2008
@@ -11091,7 +11091,7 @@
IN ...);
ULONG
-DDKCDECLAPI
+NTAPI
vDbgPrintEx(
IN ULONG ComponentId,
IN ULONG Level,
@@ -11099,7 +11099,7 @@
IN va_list ap);
ULONG
-DDKCDECLAPI
+NTAPI
vDbgPrintExWithPrefix(
IN LPCSTR Prefix,
IN ULONG ComponentId,
More information about the Ros-diffs
mailing list