mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
include/wine/test.h: Fix compilation of standalone tests with PSDK headers.
This commit is contained in:
parent
fe000c773c
commit
b527679d17
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user