]> git.saurik.com Git - wxWidgets.git/commitdiff
__WXMAC__, not __MAC__
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Aug 2003 18:19:11 +0000 (18:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Aug 2003 18:19:11 +0000 (18:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appcmn.cpp

index 37da88bccf46ceec899f57f2bfd95a9ce028f80b..926104d482de28624fcfaa97db268dfee8601645 100644 (file)
@@ -509,7 +509,7 @@ void wxGUIAppTraitsBase::RemoveFromPendingDelete(wxObject *object)
 
 GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
 {
-#ifdef __MAC__
+#ifdef __WXMAC__
     // NB: wxMac does not have any GUI-specific functions in gsocket.c and
     //     so it doesn't need this table at all
     return NULL;