Commit a31e62a2 authored by Alexandre Julliard's avatar Alexandre Julliard

regsvr32: Use WINAPIV calling convention for variadic functions.

parent 7344ac9b
......@@ -40,7 +40,7 @@ typedef HRESULT (WINAPI *DLLINSTALL) (BOOL,LPCWSTR);
static BOOL Silent = FALSE;
static void __cdecl output_write(UINT id, ...)
static void WINAPIV output_write(UINT id, ...)
{
WCHAR fmt[1024];
__ms_va_list va_args;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment