[ros-diffs] [tkreuzer] 36522: Some cleanup

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Fri Sep 26 00:17:52 CEST 2008


Author: tkreuzer
Date: Thu Sep 25 17:17:51 2008
New Revision: 36522

URL: http://svn.reactos.org/svn/reactos?rev=36522&view=rev
Log:
Some cleanup

Modified:
    trunk/reactos/include/psdk/winuser.h

Modified: trunk/reactos/include/psdk/winuser.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winuser.h?rev=36522&r1=36521&r2=36522&view=diff
==============================================================================
--- trunk/reactos/include/psdk/winuser.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/winuser.h [iso-8859-1] Thu Sep 25 17:17:51 2008
@@ -1031,14 +1031,17 @@
 #define SM_MEDIACENTER   87
 #define SM_STARTER       88
 #define SM_SERVERR2      89
-#define SM_SHUTTINGDOWN 0x2000
-#define SM_REMOTECONTROL 0x2001
 #endif /* _WIN32_WINNT >= 0x0501 */
-#define SM_REMOTESESSION 0X1000
 #if (_WIN32_WINNT >= 0x0600)
 #define SM_MOUSEHORIZONTALWHEELPRESENT 91
 #define SM_CXPADDEDBORDER 92
 #endif /* _WIN32_WINNT >= 0x0600 */
+
+#define SM_REMOTESESSION 0x1000
+#if (_WIN32_WINNT >= 0x0501)
+#define SM_SHUTTINGDOWN 0x2000
+#define SM_REMOTECONTROL 0x2001
+#endif /* _WIN32_WINNT >= 0x0501 */
 
 #if (WINVER < 0x0500) && ((_WIN32_WINNT < 0x0400) || !defined(_WIN32_WINNT))
 #define SM_CMETRICS 76



More information about the Ros-diffs mailing list