]> git.saurik.com Git - wxWidgets.git/commitdiff
WinCE build fix (missing style).
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 08:13:21 +0000 (08:13 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 12 Apr 2005 08:13:21 +0000 (08:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/missing.h
src/msw/statbox.cpp

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
index 2fbd1acfebde47272524e56f2c5312cb0ab89100..e23f78abe18a89c67d42a4879086d2a993467baf 100644 (file)
@@ -42,6 +42,7 @@
 #include "wx/dcmemory.h"
 
 #include "wx/msw/private.h"
+#include "wx/msw/missing.h"
 
 // ----------------------------------------------------------------------------
 // wxWin macros