From 3068ae8bce32f3d41d8b88057e59e07284274ca5 Mon Sep 17 00:00:00 2001 From: Dmitry Timoshkov Date: Fri, 20 Apr 2012 16:14:45 +0900 Subject: [PATCH] include/wine/test.h: Fix tests compilation with a PSDK compiler. --- include/wine/test.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wine/test.h b/include/wine/test.h index bee9c235e4a..b3113a8a610 100644 --- a/include/wine/test.h +++ b/include/wine/test.h @@ -590,7 +590,9 @@ static LONG CALLBACK exc_filter( EXCEPTION_POINTERS *ptrs ) return EXCEPTION_EXECUTE_HANDLER; } +#ifdef __GNUC__ void _fpreset(void) {} /* override the mingw fpu init code */ +#endif /* main function */ int main( int argc, char **argv ) -- 2.11.4.GIT