user32/tests: Use if(0) instead of a comment to make sure code still compiles.

This commit is contained in:
André Hentschel 2010-06-29 21:56:45 +02:00 committed by Alexandre Julliard
parent df8f393b59
commit 50c94bf054
1 changed files with 2 additions and 2 deletions

View File

@ -4717,10 +4717,10 @@ static void test_messages(void)
ok(hwnd != 0, "Failed to create custom dialog window\n");
ok_sequence(WmCreateCustomDialogSeq, "CreateCustomDialog", TRUE);
/*
if(0) {
trace("testing scroll APIs on a visible dialog %p\n", hwnd);
test_scroll_messages(hwnd);
*/
}
flush_sequence();