From 0cf60adb98b74be73882f6722be11522b6db78fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 10 Aug 2008 11:33:33 +0000 Subject: [PATCH] On newer versions, vDbgPrintEx and vDbgPrintExWithPrefix are stdcall, not cdecl svn path=/trunk/; revision=35262 --- reactos/include/ddk/winddk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index da2dfe0e1f4..3a658aac111 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -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,