regsvr32: Use WINAPIV calling convention for variadic functions.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alexandre Julliard 2017-11-02 10:22:01 +01:00
parent 7344ac9b72
commit a31e62a267
1 changed files with 1 additions and 1 deletions

View File

@ -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;