mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl
svn path=/trunk/; revision=35262
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user