user32/tests: Ignore WM_TIMECHANGE message.

Nicolas Le Cam niko.lecam at gmail.com
Sat Jun 20 05:19:51 CDT 2009


---
 dlls/user32/tests/input.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/tests/input.c b/dlls/user32/tests/input.c
index d100610..6ef7817 100644
--- a/dlls/user32/tests/input.c
+++ b/dlls/user32/tests/input.c
@@ -824,7 +824,8 @@ static LRESULT CALLBACK WndProc2(HWND hWnd, UINT Msg, WPARAM wParam,
         Msg != WM_GETTEXT &&
         Msg != WM_GETICON &&
         Msg != WM_IME_SELECT &&
-        Msg != WM_DEVICECHANGE)
+        Msg != WM_DEVICECHANGE &&
+        Msg != WM_TIMECHANGE)
     {
         ok(sent_messages_cnt < MAXKEYMESSAGES, "Too many messages\n");
         if (sent_messages_cnt < MAXKEYMESSAGES)
-- 
1.6.0.4


--=-FhFwAvr2r9ODlyCS1tJ4--




More information about the wine-patches mailing list