mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl
svn path=/trunk/; revision=35262
This commit is contained in:
parent
f7de51f699
commit
0cf60adb98
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue