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

oldstable
Dmitry Timoshkov 2012-04-20 16:14:45 +09:00 committed by Alexandre Julliard
parent 89cb501927
commit 3068ae8bce
1 changed files with 2 additions and 0 deletions

View File

@ -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 )