git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@372
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// ----------------------------------------------------------------------------
// global functions
// ----------------------------------------------------------------------------
-
WXDLLEXPORT wxLocale* wxGetLocale();
// get the translation of the string in the current locale
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
#include "wx/frame.h"
+#include "wx/menu.h"
+#include "wx/menuitem.h"
void wxFrame::OnIdle(wxIdleEvent& WXUNUSED(event) )
{
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#include "wx/frame.h"
+
#include "wx/defs.h"
#include "wx/window.h"