X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8957e55ed3292874c54db019be74ef152c962d96..033f86db5f422700eda6284ab338e84168bbba44:/include/wx/datectrl.h?ds=sidebyside diff --git a/include/wx/datectrl.h b/include/wx/datectrl.h index d666a59a10..3bf46761c0 100644 --- a/include/wx/datectrl.h +++ b/include/wx/datectrl.h @@ -76,12 +76,12 @@ public: virtual bool GetRange(wxDateTime *dt1, wxDateTime *dt2) const = 0; }; -#if defined(__WXPALMOS__) - #include "wx/palmos/datectrl.h" +#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) + #include "wx/msw/datectrl.h" #define wxHAS_NATIVE_DATEPICKCTRL -#elif defined(__WXMSW__) && !defined(__WXUNIVERSAL__) - #include "wx/msw/datectrl.h" +#elif defined(__WXOSX_COCOA__) && !defined(__WXUNIVERSAL__) + #include "wx/osx/datectrl.h" #define wxHAS_NATIVE_DATEPICKCTRL #else