X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da86e1776517d2403a687de08947698f5a608219..b09a59f521e4a365f1b073e26e53f17a5e03e1fa:/src/xrc/xh_gdctl.cpp?ds=sidebyside diff --git a/src/xrc/xh_gdctl.cpp b/src/xrc/xh_gdctl.cpp index 6cb07ef41f..e9bd578a7b 100644 --- a/src/xrc/xh_gdctl.cpp +++ b/src/xrc/xh_gdctl.cpp @@ -8,10 +8,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ -#pragma implementation "xh_gdctl.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 && wxUSE_DIRDLG +#if wxUSE_XRC && wxUSE_DIRDLG #include "wx/textctrl.h" #include "wx/xrc/xh_gdctl.h" @@ -60,4 +56,4 @@ bool wxGenericDirCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxGenericDirCtrl")); } -#endif // wxUSE_XML && wxUSE_XRC && wxUSE_DIRDLG +#endif // wxUSE_XRC && wxUSE_DIRDLG