http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de664a
)
Added two missing styles.
author
Rémi Assailly
<remi.assailly@free.fr>
Mon, 6 Dec 2004 16:13:04 +0000
(16:13 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 6 Dec 2004 16:13:04 +0000
(16:13 +0000)
include/winuser.h
patch
|
blob
|
blame
|
history
diff --git
a/include/winuser.h
b/include/winuser.h
index c1426dafa7c461abdec2f3c8c62fcac211e28a42..c3e34d0871e34d2a5cdfa42b3cc8a1e7b03e32f5 100644
(file)
--- a/
include/winuser.h
+++ b/
include/winuser.h
@@
-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)