[ros-diffs] [gdalsnes] 17265: move WM_SYSTIMER where it belongs

gdalsnes at svn.reactos.com gdalsnes at svn.reactos.com
Wed Aug 10 21:19:26 CEST 2005


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050810/1daa8a19/attachment.html


More information about the Ros-diffs mailing list