user/test: Quite down msg test.

Vitaliy Margolen wine-patch at kievinfo.com
Thu Oct 13 21:14:40 CDT 2005


Vitaliy Margolen

changelog:
  user/test
  - Quite down msg test.
-------------- next part --------------
Index: dlls/user/tests/msg.c
===================================================================
RCS file: /home/wine/wine/dlls/user/tests/msg.c,v
retrieving revision 1.93
diff -u -p -r1.93 msg.c
--- dlls/user/tests/msg.c	28 Sep 2005 18:11:10 -0000	1.93
+++ dlls/user/tests/msg.c	14 Oct 2005 02:13:02 -0000
@@ -5858,10 +5858,7 @@ static const struct message WmDispatchPa
 static LRESULT WINAPI DispatchMessageCheckProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 {
     if (message == WM_PAINT)
-    {
-        trace( "Got WM_PAINT, ignoring\n" );
         return 0;
-    }
     return MsgCheckProcA( hwnd, message, wParam, lParam );
 }
 


More information about the wine-patches mailing list