André Hentschel nerv@dawncrow.de writes:
@@ -285,7 +285,7 @@ void winetest_set_location( const char* file, int line )
int broken( int condition ) {
- return (strcmp(winetest_platform, "windows") == 0) && condition;
- return (strcmp(winetest_platform, "windows") == 0) && condition && winetest_debug < 2;
}
You can already change the platform, there's no need for a new mechanism.