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

Alexandre Julliard julliard at winehq.org
Fri Jun 22 10:52:04 CDT 2012


Module: wine
Branch: master
Commit: b527679d179b3a316b191caf949ee953338b494a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b527679d179b3a316b191caf949ee953338b494a

Author: Dmitry Timoshkov <dmitry at baikal.ru>
Date:   Thu Jun 21 21:01:29 2012 +0900

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

---

 include/wine/test.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/wine/test.h b/include/wine/test.h
index b3113a8..401e06a 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -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)




More information about the wine-cvs mailing list