Added SC_ICON/SC_ZOOM (obsolete macros).

oldstable
Hidenori Takeshima 2000-06-23 15:32:05 +00:00 committed by Alexandre Julliard
parent 7466d9bf20
commit 8b347b2a17
1 changed files with 5 additions and 0 deletions

View File

@ -1048,6 +1048,11 @@ typedef struct
#define SC_SCREENSAVE 0xf140
#define SC_HOTKEY 0xf150
/* obsolete names(SC_ICON and SC_ZOOM) */
#define SC_ICON SC_MINIMIZE
#define SC_ZOOM SC_MAXIMIZE
#define CS_VREDRAW 0x0001
#define CS_HREDRAW 0x0002
#define CS_KEYCVTWINDOW 0x0004