From 5271933eeb7b0512b54363ee54370a9ff66156fe Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 13 Oct 2001 19:29:41 +0000 Subject: [PATCH] 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 --- src/common/utilscmn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 1867cc1d44..2b812d81bf 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -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; -- 2.45.2