2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
* include/winuser.h (SM_IMMENABLED, SM_CXFOCUSBORDER, SM_CYFOCUSBORDER, SM_TABLETPC, SM_MEDIACENTER): Add defines. (SM_CMETRICS): Adjust value. * include/winnt.h (PROCESSOR_ARCHITECTURE_MSIL): Correct define. (PROCESSOR_ARCHITECTURE_AMD64, PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Add defines. Thanks to Benoit Blanchon <benoit.blanchon@free.fr>
This commit is contained in:
@ -936,10 +936,15 @@ extern "C" {
|
||||
#define SM_CYVIRTUALSCREEN 79
|
||||
#define SM_CMONITORS 80
|
||||
#define SM_SAMEDISPLAYFORMAT 81
|
||||
#define SM_IMMENABLED 82
|
||||
#define SM_CXFOCUSBORDER 83
|
||||
#define SM_CYFOCUSBORDER 84
|
||||
#define SM_TABLETPC 86
|
||||
#define SM_MEDIACENTER 87
|
||||
#if (_WIN32_WINNT < 0x0400)
|
||||
#define SM_CMETRICS 76
|
||||
#else
|
||||
#define SM_CMETRICS 83
|
||||
#define SM_CMETRICS 88
|
||||
#endif
|
||||
#define SM_REMOTESESSION 0X1000
|
||||
#define ARW_BOTTOMLEFT 0
|
||||
|
Reference in New Issue
Block a user