X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8957e55ed3292874c54db019be74ef152c962d96..438959cca892a7651634cc3a7aad4819ac49b23c:/include/wx/datectrl.h 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