]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes for later WinCE versions
authorJulian Smart <julian@anthemion.co.uk>
Fri, 14 Nov 2003 21:06:21 +0000 (21:06 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 14 Nov 2003 21:06:21 +0000 (21:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 4b95026c0ccc3cc95cfe96e3e037b5e15a6df16f..ecf6f6975322a9bddade474fa1ba598f2121f55d 100644 (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 );