Added two missing styles.
authorRémi Assailly <remi.assailly@free.fr>
Mon, 6 Dec 2004 16:13:04 +0000 (16:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Dec 2004 16:13:04 +0000 (16:13 +0000)
include/winuser.h

index c1426dafa7c461abdec2f3c8c62fcac211e28a42..c3e34d0871e34d2a5cdfa42b3cc8a1e7b03e32f5 100644 (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)