]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
use wxSTRINGIZE instead of redefining a special STRINGIZE in this file
[wxWidgets.git] / include / wx / msw / missing.h
index 3c3218ae2a85a159dfec22093b1f86d8d785a6c8..2acd3983c29ac96c19f08558e0e79bfe939dac56 100644 (file)
 #endif
 
 
 #endif
 
 
+#ifndef WS_EX_LAYOUTRTL
+#define WS_EX_LAYOUTRTL 0x00400000
+#endif
+
 #ifndef WS_EX_LAYERED
 #ifndef WS_EX_LAYERED
-#define WS_EX_LAYERED 0x80000
+#define WS_EX_LAYERED 0x00080000
 #endif
 
 #ifndef LWA_ALPHA
 #endif
 
 #ifndef LWA_ALPHA