X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..a4f4d548ce0d3533fe9e84d812643cc7c21dd580:/src/xrc/xh_listc.cpp diff --git a/src/xrc/xh_listc.cpp b/src/xrc/xh_listc.cpp index 689b62bb4d..0e03377110 100644 --- a/src/xrc/xh_listc.cpp +++ b/src/xrc/xh_listc.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_listc.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/textctrl.h" #include "wx/xrc/xh_listc.h" @@ -74,4 +70,4 @@ bool wxListCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxListCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC +#endif // wxUSE_XRC