On Sun, 26 Apr 2009 19:46:24 +0200, you wrote:
- scrollbar_test_default( 0);
+if( 0) { /* enable this when the todo's in scrollbar_test_default are fixed */
- scrollbar_test_default( WS_HSCROLL);
- scrollbar_test_default( WS_VSCROLL);
- scrollbar_test_default( WS_HSCROLL | WS_VSCROLL);
+}
Does Wine crash on these?
No, but it would give a number of succeeded test in todo blocks.
The effort into putting temporary logic there to silence them seems better spent on getting rid of the todo's in the first place. Which I will try to do in the next couple of days.
Rein.