mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
move WM_SYSTIMER where it belongs
svn path=/trunk/; revision=17265
This commit is contained in:
parent
da39d77ab9
commit
be6f8b5112
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
#ifndef __WIN32K_NTUSER_H
|
||||
#define __WIN32K_NTUSER_H
|
||||
|
||||
#define WM_SYSTIMER 280
|
||||
|
||||
ULONG STDCALL
|
||||
NtUserGetSystemMetrics(ULONG Index);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue