]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/missing.h
OS/2 fix
[wxWidgets.git] / include / wx / msw / missing.h
index 7d1f8db5c8c86f28857847c7083ae9e7e26f9c54..ccf135f3cef7d0cc9920aff0f42573b5ae200697 100644 (file)
@@ -570,6 +570,10 @@ typedef struct {
     #define QS_ALLPOSTMESSAGE    0x0100
 #endif
 
+#ifndef WS_EX_TRANSPARENT
+    #define WS_EX_TRANSPARENT 0x00000020L
+#endif
+
 #ifndef WS_EX_CLIENTEDGE
     #define WS_EX_CLIENTEDGE 0x00000200L
 #endif