Disable buffering of test output to keep more information in case of a

crash.
oldstable
Ferenc Wagner 2004-05-03 20:19:13 +00:00 committed by Alexandre Julliard
parent d0f9c31c28
commit c0c6c4d8c7
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@ int main( int argc, char **argv )
{
char *p;
setvbuf (stdout, NULL, _IONBF, 0);
winetest_argc = argc;
winetest_argv = argv;