On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl

svn path=/trunk/; revision=35262
This commit is contained in:
Hervé Poussineau 2008-08-10 11:33:33 +00:00
parent f7de51f699
commit 0cf60adb98

View file

@ -11091,7 +11091,7 @@ DbgPrintEx(
IN ...); IN ...);
ULONG ULONG
DDKCDECLAPI NTAPI
vDbgPrintEx( vDbgPrintEx(
IN ULONG ComponentId, IN ULONG ComponentId,
IN ULONG Level, IN ULONG Level,
@ -11099,7 +11099,7 @@ vDbgPrintEx(
IN va_list ap); IN va_list ap);
ULONG ULONG
DDKCDECLAPI NTAPI
vDbgPrintExWithPrefix( vDbgPrintExWithPrefix(
IN LPCSTR Prefix, IN LPCSTR Prefix,
IN ULONG ComponentId, IN ULONG ComponentId,