regsvr32: Use WINAPIV calling convention for variadic functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7344ac9b72
commit
a31e62a267
@ -40,7 +40,7 @@ typedef HRESULT (WINAPI *DLLINSTALL) (BOOL,LPCWSTR);
|
|||||||
|
|
||||||
static BOOL Silent = FALSE;
|
static BOOL Silent = FALSE;
|
||||||
|
|
||||||
static void __cdecl output_write(UINT id, ...)
|
static void WINAPIV output_write(UINT id, ...)
|
||||||
{
|
{
|
||||||
WCHAR fmt[1024];
|
WCHAR fmt[1024];
|
||||||
__ms_va_list va_args;
|
__ms_va_list va_args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user