mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
Added a missing define.
This commit is contained in:
parent
efcc1ec5e4
commit
8ec81f16fc
1 changed files with 3 additions and 1 deletions
|
@ -945,7 +945,9 @@ BOOL WINAPI SetSysColors(INT,const INT*,const COLORREF*);
|
|||
#define SM_CYFOCUSBORDER 84
|
||||
#define SM_TABLETPC 86
|
||||
#define SM_MEDIACENTER 87
|
||||
#define SM_CMETRICS 88
|
||||
#define SM_STARTER 88
|
||||
#define SM_SERVERR2 89
|
||||
#define SM_CMETRICS 90
|
||||
|
||||
|
||||
/* Messages */
|
||||
|
|
Loading…
Reference in a new issue