X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed12f1dd6d40be5dcbd61140d63eec435f88e096..0e7bd27a8dfc9a8350355cf51023046fc30496ef:/src/common/utilscmn.cpp 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;