]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/framecmn.cpp
FreeBSD compilation fixes
[wxWidgets.git] / src / common / framecmn.cpp
index 19985714d31510ff15cc37baab8b0a3db89c6942..aa326ecdf824fa0fd520683cb666e5c1be377484 100644 (file)
@@ -8,12 +8,23 @@
 // 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& event)
+#ifndef __WXGTK__
+void wxFrame::OnIdle(wxIdleEvent& WXUNUSED(event) )
 {
   DoMenuUpdates();
 }
+#endif
 
 // update all menus
 void wxFrame::DoMenuUpdates()