compilation fix for Watcom/DOS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-07 22:42:04 +00:00
parent c5124240c4
commit 3678697093

View File

@@ -217,6 +217,11 @@ extern "C"
#define strncasecmp strnicmp
#endif
#ifdef __WATCOMC__
#define strcasecmp stricmp
#define strncasecmp strnicmp
#endif
wxChar *
copystring (const wxChar *s)
{