Commit 3068ae8b authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

include/wine/test.h: Fix tests compilation with a PSDK compiler.

parent 89cb5019
......@@ -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 )
......
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