X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a3c509512ef9d89396c951053e859102ac605a5..f23b6f74bbf43799594924e94382b13587b4a57e:/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