Commit 9b8fabf4 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Silence a va_start compiler warning.

parent 6bed2b42
......@@ -567,7 +567,7 @@ ULONG WINAPI EtwTraceMessageVa( TRACEHANDLE handle, ULONG flags, LPGUID guid, US
/******************************************************************************
* EtwTraceMessage (NTDLL.@)
*/
ULONG WINAPIV EtwTraceMessage( TRACEHANDLE handle, ULONG flags, LPGUID guid, USHORT number, ... )
ULONG WINAPIV EtwTraceMessage( TRACEHANDLE handle, ULONG flags, LPGUID guid, /*USHORT*/ ULONG number, ... )
{
__ms_va_list valist;
ULONG ret;
......
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