X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e64df9bcc331d49d05a6dc7729ee08071e4c6408..b554cf63711f985030c5d5f338f9614d158a8718:/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"