gdalsnes@svn.reactos.com wrote:
move WM_SYSTIMER where it belongs
Modified: trunk/reactos/include/win32k/ntuser.h Modified: trunk/reactos/w32api/include/winuser.h
*Modified: trunk/reactos/include/win32k/ntuser.h*
--- trunk/reactos/include/win32k/ntuser.h 2005-08-10 18:42:27 UTC (rev 17264) +++ trunk/reactos/include/win32k/ntuser.h 2005-08-10 19:19:13 UTC (rev 17265) @@ -1,7 +1,6 @@
#ifndef __WIN32K_NTUSER_H #define __WIN32K_NTUSER_H
-#define WM_SYSTIMER 280
ULONG STDCALL NtUserGetSystemMetrics(ULONG Index);
*Modified: trunk/reactos/w32api/include/winuser.h*
--- trunk/reactos/w32api/include/winuser.h 2005-08-10 18:42:27 UTC (rev 17264) +++ trunk/reactos/w32api/include/winuser.h 2005-08-10 19:19:13 UTC (rev 17265) @@ -1497,6 +1497,7 @@
#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
It is not definition present in the PSDK headers, so this change is wrong!
- Filip