diff --git a/rostests/apitests/user32/TrackMouseEvent.c b/rostests/apitests/user32/TrackMouseEvent.c index ee07908071e..68678433bad 100644 --- a/rostests/apitests/user32/TrackMouseEvent.c +++ b/rostests/apitests/user32/TrackMouseEvent.c @@ -44,6 +44,9 @@ LRESULT CALLBACK TmeTestProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPar case WM_GETICON : case WM_GETTEXT: break; + case WM_SYSTIMER: + ok(0, "Got unexpected WM_SYSTIMER in the winproc. wParam=%d\n", wParam); + break; default: record_message(iwnd, message, SENT, 0,0); }