]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/button.cpp
rtti api mods added
[wxWidgets.git] / src / gtk / button.cpp
index b61143a0ef7b5fd5dc0a1a43968810024e414c7d..51caf3b9dcbc625fa09e0ebc215b8186ffcd973b 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "button.h"
 #endif
 
 #pragma implementation "button.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #if wxUSE_BUTTON
 #include "wx/defs.h"
 
 #if wxUSE_BUTTON