X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1721a8c028d3b6a553634c632117fbfac102a30e..6058220154150a2f60b09198a444411873050e52:/include/wx/datectrl.h?ds=sidebyside diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index 5a0e6f0e4d..397806bdd9 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -74,7 +74,11 @@ public: virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0; }; -#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) +#if defined(__WXPALMOS__) + #include "wx/palmos/datectrl.h" + + #define wxHAS_NATIVE_DATEPICKCTRL +#elif defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #include "wx/msw/datectrl.h" #define wxHAS_NATIVE_DATEPICKCTRL