Fix for MGL link error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -85,8 +85,8 @@ wxConsoleAppTraits::WaitForChild(wxExecuteData& execData)
|
||||
// misc other stuff
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// this is in mac/utils.cpp under Mac
|
||||
#ifndef __WXMAC__
|
||||
// this is in mac/utils.cpp under Mac and MGL
|
||||
#if !defined(__WXMAC__) && !defined(__WXMGL__)
|
||||
|
||||
wxToolkitInfo& wxConsoleAppTraits::GetToolkitInfo()
|
||||
{
|
||||
|
Reference in New Issue
Block a user