Commit c83b4e23 authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Don't try to do hook tests if we can't set hooks.

parent 00b851d8
......@@ -11380,7 +11380,7 @@ START_TEST(msg)
test_accelerators();
test_timers();
test_timers_no_wnd();
test_set_hook();
if (hCBT_hook) test_set_hook();
test_DestroyWindow();
test_DispatchMessage();
test_SendMessageTimeout();
......
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