A few missing defines I needed

svn path=/trunk/; revision=33511
This commit is contained in:
Ged Murphy 2008-05-14 11:38:10 +00:00
parent e07a1445f4
commit 5e27385583

View file

@ -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 */