From 92d8fb5dc6b70f1fb22f8184977791b18b6154dd Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 14 Nov 2003 21:06:21 +0000 Subject: [PATCH] Fixes for later WinCE versions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4b95026c0c..ecf6f69753 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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 ); -- 2.50.0