]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdiobj.h
return name and extension by const ref, not by value, to prevent bugs as the one...
[wxWidgets.git] / include / wx / gdiobj.h
index 916a339bc095ff8867498b268c8ac32e0154e214..d7f5d46377208af18204cb8102adc4a14dcb7e80 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_GDIOBJ_H_BASE_
 #define _WX_GDIOBJ_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+#include "wx/palmos/gdiobj.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/gdiobj.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/gdiobj.h"