move WM_SYSTIMER where it belongs

svn path=/trunk/; revision=17265
This commit is contained in:
Gunnar Dalsnes 2005-08-10 19:19:13 +00:00
parent da39d77ab9
commit be6f8b5112
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,6 @@
#ifndef __WIN32K_NTUSER_H
#define __WIN32K_NTUSER_H
#define WM_SYSTIMER 280
ULONG STDCALL
NtUserGetSystemMetrics(ULONG Index);

View file

@ -1497,6 +1497,7 @@ extern "C" {
#define WM_TCARD 82
#define WM_TIMECHANGE 30
#define WM_TIMER 275
#define WM_SYSTIMER 280
#define WM_UNDO 772
#define WM_USER 1024
#define WM_USERCHANGED 84