corrected typo in conditional compilation for Darwin/Mac OS X

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-13 19:29:41 +00:00
parent ed12f1dd6d
commit 5271933eeb

View File

@@ -105,7 +105,7 @@
// string functions
// ----------------------------------------------------------------------------
#if defined(__WXMAC__) && !defined(__DARWIN)
#if defined(__WXMAC__) && !defined(__DARWIN__)
int strcasecmp(const char *str_1, const char *str_2)
{
register char c1, c2;