]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobut.cpp
rtti api mods added
[wxWidgets.git] / src / gtk / radiobut.cpp
index 3bc0caaa13a4cd38be63e7da53919d28afe1aebb..e79978e8b7979b865bde961b6aff74064d1d4077 100644 (file)
@@ -8,11 +8,12 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "radiobut.h"
 #endif
 
 #pragma implementation "radiobut.h"
 #endif
 
-#include "wx/defs.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
 
 #if wxUSE_RADIOBOX
 
 
 #if wxUSE_RADIOBOX