]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_choic.cpp
non mach-o fix
[wxWidgets.git] / src / xrc / xh_choic.cpp
index 9b3c33d34e2da62cd58e7c930342d375ed36dcb8..d739ecafb893ca61d32b2811631268aedd22bc58 100644 (file)
@@ -8,10 +8,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "xh_choic.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -19,6 +15,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC
+
 #include "wx/xrc/xh_choic.h"
 #include "wx/choice.h"
 #include "wx/intl.h"
@@ -93,3 +91,5 @@ bool wxChoiceXmlHandler::CanHandle(wxXmlNode *node)
     return (IsOfClass(node, wxT("wxChoice")) ||
            (m_insideBox && node->GetName() == wxT("item")));
 }
+
+#endif // wxUSE_XRC