X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..d1f024a8de8872ae314b30e0d1b8c8a1b8518c3d:/src/xrc/xh_listb.cpp?ds=sidebyside diff --git a/src/xrc/xh_listb.cpp b/src/xrc/xh_listb.cpp index 84a3b58d83..ff97088837 100644 --- a/src/xrc/xh_listb.cpp +++ b/src/xrc/xh_listb.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_listb.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -19,7 +15,7 @@ #pragma hdrstop #endif -#if wxUSE_XML && wxUSE_XRC +#if wxUSE_XRC #include "wx/xrc/xh_listb.h" #include "wx/listbox.h" @@ -102,4 +98,4 @@ bool wxListBoxXmlHandler::CanHandle(wxXmlNode *node) (m_insideBox && node->GetName() == wxT("item"))); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC