mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +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 ...);
|
||||
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue