__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:
@@ -509,7 +509,7 @@ void wxGUIAppTraitsBase::RemoveFromPendingDelete(wxObject *object)
|
|||||||
|
|
||||||
GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
|
GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
|
||||||
{
|
{
|
||||||
#ifdef __MAC__
|
#ifdef __WXMAC__
|
||||||
// NB: wxMac does not have any GUI-specific functions in gsocket.c and
|
// NB: wxMac does not have any GUI-specific functions in gsocket.c and
|
||||||
// so it doesn't need this table at all
|
// so it doesn't need this table at all
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user