]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
mac fixes
[wxWidgets.git] / include / wx / wxchar.h
index ea2a3696da74b6f443c8466b3f4ef98ef381c6b6..26ce087d2e3d04c02b8f8def262f3bf408c1320b 100644 (file)
@@ -568,6 +568,10 @@ WXDLLEXPORT wxChar * wxStrdup(const wxChar *psz);
 WXDLLEXPORT int      wxStricmp(const wxChar *psz1, const wxChar *psz2);
 #endif
 
+#ifndef wxStrnicmp
+WXDLLEXPORT int      wxStrnicmp(const wxChar *psz1, const wxChar *psz2, size_t len);
+#endif
+
 #ifndef wxStrtok
 WXDLLEXPORT wxChar * wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_ptr);
 #endif