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

user32/tests: Remove #if 1.

parent c855459a
...@@ -14329,7 +14329,6 @@ START_TEST(msg) ...@@ -14329,7 +14329,6 @@ START_TEST(msg)
test_winevents(); test_winevents();
/* Fix message sequences before removing 4 lines below */ /* Fix message sequences before removing 4 lines below */
#if 1
if (pUnhookWinEvent && hEvent_hook) if (pUnhookWinEvent && hEvent_hook)
{ {
ret = pUnhookWinEvent(hEvent_hook); ret = pUnhookWinEvent(hEvent_hook);
...@@ -14337,7 +14336,6 @@ START_TEST(msg) ...@@ -14337,7 +14336,6 @@ START_TEST(msg)
pUnhookWinEvent = 0; pUnhookWinEvent = 0;
} }
hEvent_hook = 0; hEvent_hook = 0;
#endif
test_SetFocus(); test_SetFocus();
test_SetParent(); test_SetParent();
......
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