X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a3c509512ef9d89396c951053e859102ac605a5..a70abf19f5e745553a8624d8fccf8f9c991a2b18:/include/wx/msw/missing.h diff --git a/include/wx/msw/missing.h b/include/wx/msw/missing.h index 7d1f8db5c8..ccf135f3ce 100644 --- a/include/wx/msw/missing.h +++ b/include/wx/msw/missing.h @@ -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