]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected some problems
authorJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jul 1998 22:04:21 +0000 (22:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 24 Jul 1998 22:04:21 +0000 (22:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/intl.h
src/common/framecmn.cpp
src/common/wincmn.cpp

index 3bbdd43355bc08b57dc17faf28ffe260de26b2e3..6cbd5e2f21b4d6eb5d3261d4e6d65342be01d68a 100644 (file)
@@ -107,7 +107,6 @@ private:
 // ----------------------------------------------------------------------------
 // global functions
 // ----------------------------------------------------------------------------
-
 WXDLLEXPORT wxLocale* wxGetLocale();
 
 // get the translation of the string in the current locale  
index 4acd32c428b78f7964043ac88c7528cf76761350..00ceb8bfe38c61075778826fe33ca25956c44f26 100644 (file)
@@ -8,7 +8,16 @@
 // 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) )
 {
index 28fd6ab1d1c31db41d8468fd9fb78cfa4116ce9a..087ab89f12887648c289031cc6ddaf82630445fa 100644 (file)
@@ -9,6 +9,15 @@
 // 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"