__WXMAC__, not __MAC__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-10 18:19:11 +00:00
parent 659b3e8b81
commit ef76cf4c65

View 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;