X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f80ea77b4a8bac4ab005bfc592f9cd3262ffa397..acc476c530e1730d9202b404ec0b0b87ae44ced6:/src/xrc/xh_listb.cpp diff --git a/src/xrc/xh_listb.cpp b/src/xrc/xh_listb.cpp index c0a41a91eb..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,6 +15,8 @@ #pragma hdrstop #endif +#if wxUSE_XRC + #include "wx/xrc/xh_listb.h" #include "wx/listbox.h" #include "wx/intl.h" @@ -99,3 +97,5 @@ bool wxListBoxXmlHandler::CanHandle(wxXmlNode *node) return (IsOfClass(node, wxT("wxListBox")) || (m_insideBox && node->GetName() == wxT("item"))); } + +#endif // wxUSE_XRC