=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: user32/tests: Remove #if 1.

Alexandre Julliard julliard at winehq.org
Tue Jan 28 13:33:25 CST 2014


Module: wine
Branch: master
Commit: fc185ccd9bebf2de9857136abd859ceac38d4bae
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc185ccd9bebf2de9857136abd859ceac38d4bae

Author: André Hentschel <nerv at dawncrow.de>
Date:   Mon Jan 27 22:22:27 2014 +0100

user32/tests: Remove #if 1.

---

 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();




More information about the wine-cvs mailing list