Added two missing styles.

This commit is contained in:
Rémi Assailly 2004-12-06 16:13:04 +00:00 committed by Alexandre Julliard
parent 0de664aa73
commit 3e108badc3
1 changed files with 2 additions and 0 deletions

View File

@ -2898,6 +2898,8 @@ typedef struct tagMINIMIZEDMETRICS {
#define WS_EX_CONTROLPARENT 0x00010000L
#define WS_EX_STATICEDGE 0x00020000L
#define WS_EX_APPWINDOW 0x00040000L
#define WS_EX_LAYOUTRTL 0x00400000L
#define WS_EX_NOINHERITLAYOUT 0x00100000L
#define WS_EX_OVERLAPPEDWINDOW (WS_EX_WINDOWEDGE|WS_EX_CLIENTEDGE)
#define WS_EX_PALETTEWINDOW (WS_EX_WINDOWEDGE|WS_EX_TOOLWINDOW|WS_EX_TOPMOST)