]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected typo in conditional compilation for Darwin/Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Oct 2001 19:29:41 +0000 (19:29 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Oct 2001 19:29:41 +0000 (19:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/utilscmn.cpp

index 1867cc1d445b2f9cecb9d63070dd89ad578e6934..2b812d81bfe2dd010e4f3798584a9e60c7bfc583 100644 (file)
 // 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;