Commit 8b347b2a authored by Hidenori Takeshima's avatar Hidenori Takeshima Committed by Alexandre Julliard

Added SC_ICON/SC_ZOOM (obsolete macros).

parent 7466d9bf
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment