mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:02:16 +00:00
Some cleanup
svn path=/trunk/; revision=36522
This commit is contained in:
parent
5148823f59
commit
7a71237648
1 changed files with 6 additions and 3 deletions
|
@ -1031,15 +1031,18 @@ extern "C" {
|
|||
#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
|
||||
#elif (WINVER == 0x500)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue