include/wine/test.h: Fix compilation of standalone tests with PSDK headers.

oldstable
Dmitry Timoshkov 2012-06-21 21:01:29 +09:00 committed by Alexandre Julliard
parent fe000c773c
commit b527679d17
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ extern void __winetest_cdecl winetest_trace( const char *msg, ... );
#ifdef STANDALONE
#include <stdio.h>
#include <excpt.h>
#if defined(__x86_64__) && defined(__GNUC__) && defined(__WINE_USE_MSVCRT)
# define __winetest_va_start(list,arg) __builtin_ms_va_start(list,arg)