// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "busyinfo.h"
#endif
#include "wx/wxprec.h"
-#ifdef __BORDLANDC__
+#ifdef __BORLANDC__
#pragma hdrstop
#endif
{
m_InfoFrame = new wxInfoFrame( parent, message);
m_InfoFrame->Show(TRUE);
+#ifdef __WXMAC__
+ m_InfoFrame->Update() ;
+#else
wxYield();
m_InfoFrame->Refresh();
wxYield();
+#endif
}
wxBusyInfo::~wxBusyInfo()