]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tbargtk.cpp
rtti api mods added
[wxWidgets.git] / src / gtk / tbargtk.cpp
index b3ab910bfdd1e497f7d06e7cfe3756d57bb1b01d..496fa626187dce81cf558a6168a1efa5c3d2215a 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "tbargtk.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/toolbar.h"
 
 #if wxUSE_TOOLBAR_NATIVE