Match names for WM_SHOWWINDOW status codes to MSDN.

oldstable
Vitaliy Margolen 2005-06-05 18:15:27 +00:00 committed by Alexandre Julliard
parent e3f990467c
commit a8b541e24d
1 changed files with 3 additions and 3 deletions

View File

@ -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