X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..7f8c0d74d7025b6c677fbd88890ea10d302ef3d5:/src/xrc/xh_combo.cpp?ds=sidebyside diff --git a/src/xrc/xh_combo.cpp b/src/xrc/xh_combo.cpp index fa72c134cc..837633de09 100644 --- a/src/xrc/xh_combo.cpp +++ b/src/xrc/xh_combo.cpp @@ -8,7 +8,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "xh_combo.h" #endif @@ -19,7 +19,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC && wxUSE_COMBOBOX +#if wxUSE_XRC && wxUSE_COMBOBOX #include "wx/xrc/xh_combo.h" #include "wx/combobox.h" @@ -100,4 +100,4 @@ bool wxComboBoxXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_COMBOBOX +#endif // wxUSE_XRC && wxUSE_COMBOBOX