Searched refs:winetest_interactive (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h62 extern int winetest_interactive;
211 int winetest_interactive = 0; variable
632 if (GetEnvironmentVariableA( "WINETEST_INTERACTIVE", p, sizeof(p) )) winetest_interactive = atoi(p);
636 if (!winetest_interactive) SetErrorMode( SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h62 extern int winetest_interactive;
208 int winetest_interactive = 0; variable
602 if (GetEnvironmentVariableA( "WINETEST_INTERACTIVE", p, sizeof(p) )) winetest_interactive = atoi(p);

Completed in 59 milliseconds