Commit 50c94bf0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

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

parent df8f393b
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment