git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24558
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxChar *fmt, const struct tm *tm);
#endif // wxNEED_WX_TIME_H
const wxChar *fmt, const struct tm *tm);
#endif // wxNEED_WX_TIME_H
-// missing functions in WinCE
-#ifdef __WXWINCE__
+// missing functions in early WinCE versions
+#if defined(_WIN32_WCE) && (_WIN32_WCE < 300)
WXDLLIMPEXP_BASE char* strdup(const char* s);
WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );
WXDLLIMPEXP_BASE char* strdup(const char* s);
WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );