X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e64df9bcc331d49d05a6dc7729ee08071e4c6408..34c9978dac9a0120731737d5c6c5f629d1ace32b:/include/wx/cursor.h diff --git a/include/wx/cursor.h b/include/wx/cursor.h index 4f845c6605..4eb52242a9 100644 --- a/include/wx/cursor.h +++ b/include/wx/cursor.h @@ -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"