Commit 1722db40 authored by Alexandre Julliard's avatar Alexandre Julliard

attrib: Use WINAPIV calling convention for variadic functions.

parent 667b150a
......@@ -48,7 +48,7 @@ static WCHAR *ATTRIB_LoadMessage(UINT id)
* and hence required WriteConsoleW to output it, however if file i/o is
* redirected, it needs to be WriteFile'd using OEM (not ANSI) format
* ========================================================================= */
static int __cdecl ATTRIB_wprintf(const WCHAR *format, ...)
static int WINAPIV ATTRIB_wprintf(const WCHAR *format, ...)
{
static WCHAR *output_bufW = NULL;
static char *output_bufA = NULL;
......
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