Commit a8b541e2 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

Match names for WM_SHOWWINDOW status codes to MSDN.

parent e3f99046
......@@ -3022,11 +3022,11 @@ typedef struct {
DWORD dwTimeout;
} FLASHWINFO, *PFLASHWINFO;
/* WM_SHOWWINDOW wParam codes */
/* WM_SHOWWINDOW lParam codes */
#define SW_PARENTCLOSING 1
#define SW_OTHERMAXIMIZED 2
#define SW_OTHERZOOM 2
#define SW_PARENTOPENING 3
#define SW_OTHERRESTORED 4
#define SW_OTHERUNZOOM 4
/* SetLayeredWindowAttributes() flags */
#define LWA_COLORKEY 0x00000001
......
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