http://bugs.winehq.org/show_bug.cgi?id=4567 ------- Additional Comments From wine.dev(a)web.de 2006-15-02 17:03 ------- Hi Thomas, your Patch works, thanks! (wine-0.9.8 has different Line-Numbers, but patch is able to handle this) Why did you introduce WINETEST_RICHED20 instead of using WINETEST_INTERACTIVE? IMHO, that's what WINETEST_INTERACTIVE is for, and it's already parsed: wine/test.h:extern int winetest_interactive; wine/test.h:int winetest_interactive = 0; wine/test.h: if ((p = getenv( "WINETEST_INTERACTIVE" ))) winetest_interactive = atoi(p); -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.