user32/tests: Remove #if 1

André Hentschel nerv at dawncrow.de
Mon Jan 27 15:22:27 CST 2014


---
 dlls/user32/tests/msg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/user32/tests/msg.c b/dlls/user32/tests/msg.c
index dffaa8d..8cc431c 100644
--- a/dlls/user32/tests/msg.c
+++ b/dlls/user32/tests/msg.c
@@ -14329,7 +14329,6 @@ START_TEST(msg)
     test_winevents();
 
     /* Fix message sequences before removing 4 lines below */
-#if 1
     if (pUnhookWinEvent && hEvent_hook)
     {
         ret = pUnhookWinEvent(hEvent_hook);
@@ -14337,7 +14336,6 @@ START_TEST(msg)
         pUnhookWinEvent = 0;
     }
     hEvent_hook = 0;
-#endif
 
     test_SetFocus();
     test_SetParent();
-- 
1.8.1.2





More information about the wine-patches mailing list