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:
@@ -105,7 +105,7 @@
|
|||||||
// string functions
|
// string functions
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if defined(__WXMAC__) && !defined(__DARWIN)
|
#if defined(__WXMAC__) && !defined(__DARWIN__)
|
||||||
int strcasecmp(const char *str_1, const char *str_2)
|
int strcasecmp(const char *str_1, const char *str_2)
|
||||||
{
|
{
|
||||||
register char c1, c2;
|
register char c1, c2;
|
||||||
|
Reference in New Issue
Block a user