mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
A few missing defines I needed
svn path=/trunk/; revision=33511
This commit is contained in:
parent
e07a1445f4
commit
5e27385583
1 changed files with 4 additions and 0 deletions
|
@ -1023,6 +1023,10 @@ extern "C" {
|
|||
#if(_WIN32_WINNT >= 0x0501)
|
||||
#define SM_CXFOCUSBORDER 83
|
||||
#define SM_CYFOCUSBORDER 84
|
||||
#define SM_TABLETPC 86
|
||||
#define SM_MEDIACENTER 87
|
||||
#define SM_STARTER 88
|
||||
#define SM_SERVERR2 89
|
||||
#define SM_SHUTTINGDOWN 0x2000
|
||||
#define SM_REMOTECONTROL 0x2001
|
||||
#endif /* _WIN32_WINNT >= 0x0501 */
|
||||
|
|
Loading…
Reference in a new issue