git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2233
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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