Added two missing styles.
This commit is contained in:
parent
0de664aa73
commit
3e108badc3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue