]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug
[wxWidgets.git] / include / wx / dc.h
index cf1b3fdcbcf7e91bede748601aee9b8729be02e7..59e72ba8c082e8f6be04851c3ac276816fd99170 100644 (file)
@@ -786,7 +786,9 @@ private:
 // now include the declaration of wxDC class
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #include "wx/palmos/dc.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/dc.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/dc.h"