]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Use wxTRANSPARENT_BRUSH so the rectangles around the text is not
[wxWidgets.git] / src / common / appcmn.cpp
index 009f9dcf6950cea2c5209be337e5c902023cb298..dc8baac753ec6e4c11dbd625c9b72815c0bffad6 100644 (file)
@@ -47,8 +47,8 @@
 #include "wx/utils.h"
 #include "wx/ptr_scpd.h"
 
-#if defined(__WXMSW__) && !defined(__WXPALMOS__)
-  #include  "wx/msw/private.h"  // includes windows.h for LOGFONT
+#if defined(__WXMSW__)
+    #include  "wx/msw/private.h"  // includes windows.h for LOGFONT
 #endif
 
 #if wxUSE_FONTMAP