]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Added HTML_FONT_SIZE values
[wxWidgets.git] / include / wx / wxchar.h
index 4b95026c0ccc3cc95cfe96e3e037b5e15a6df16f..41ad07a808b2489baf1810613c4596b9774b5791 100644 (file)
@@ -902,10 +902,12 @@ 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__
-WXDLLIMPEXP_BASE char* strdup(const char* s);
+// missing functions in some WinCE versions
+#ifdef _WIN32_WCE
+#if (_WIN32_WCE < 300)
 WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size );
+#endif
+WXDLLIMPEXP_BASE char* strdup(const char* s);
 
 #if _WIN32_WCE <= 211
 WXDLLIMPEXP_BASE int isspace(int c);