]> git.saurik.com Git - wxWidgets.git/commitdiff
Forgot an additional prototype.
authorOve Kaaven <ovek@arcticnet.no>
Mon, 19 Apr 1999 16:11:22 +0000 (16:11 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Mon, 19 Apr 1999 16:11:22 +0000 (16:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index d598bb0afa9dce2cb47ddcb19e9442344f72d8b2..92556cea5dd0758e4ef757d6a7fc8745f32a1246 100644 (file)
@@ -437,6 +437,10 @@ size_t WXDLLEXPORT wxWC2MB(char *buf, const wchar_t *psz, size_t n);
 wxChar * WXDLLEXPORT wxStrdup(const wxChar *psz);
 #endif
 
 wxChar * WXDLLEXPORT wxStrdup(const wxChar *psz);
 #endif
 
+#ifndef wxStricmp
+int      WXDLLEXPORT wxStricmp(const wxChar *psz1, const wxChar *psz2);
+#endif
+
 #ifndef wxStrtok
 wxChar * WXDLLEXPORT wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_ptr);
 #endif
 #ifndef wxStrtok
 wxChar * WXDLLEXPORT wxStrtok(wxChar *psz, const wxChar *delim, wxChar **save_ptr);
 #endif