mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:55:41 +00:00
[user32_apitest]
- Add one more small test for WM_SYSTIMER svn path=/trunk/; revision=53835
This commit is contained in:
parent
1db290c144
commit
0c34695bab
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue