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 ...);
ULONG
DDKCDECLAPI
NTAPI
vDbgPrintEx(
IN ULONG ComponentId,
IN ULONG Level,
@ -11099,7 +11099,7 @@ vDbgPrintEx(
IN va_list ap);
ULONG
DDKCDECLAPI
NTAPI
vDbgPrintExWithPrefix(
IN LPCSTR Prefix,
IN ULONG ComponentId,