Fixes for later WinCE versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-11-14 21:06:21 +00:00
parent 4a268913a8
commit 92d8fb5dc6

View File

@ -902,8 +902,8 @@ WXDLLIMPEXP_BASE int wxSystem(const wxChar *psz);
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 );