]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cursor.h
fixed #includes
[wxWidgets.git] / include / wx / cursor.h
index 4f845c6605b207a0878eb4ecb6c94342fdcfb3be..d6dcec4abdea36d362e95ee588047e75ae6f150b 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_CURSOR_H_BASE_
 #define _WX_CURSOR_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+#include "wx/palmos/cursor.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/cursor.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/cursor.h"