]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cursor.h
added wxConvFileName which is a variable, not define as wxConvFile; added comments...
[wxWidgets.git] / include / wx / cursor.h
index 4f845c6605b207a0878eb4ecb6c94342fdcfb3be..4eb52242a997e2059f4695db1e38cc3f2e91c8ba 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_CURSOR_H_BASE_
 #define _WX_CURSOR_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__WXPALMOS__)
+#include "wx/palmos/cursor.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/cursor.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/cursor.h"