X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/854e189f90dac9ba5e0239bca79aed64e8d6f46c..4e1ed07b52acd24f667354df5e9dc00cfde2a132:/src/xrc/xh_gdctl.cpp diff --git a/src/xrc/xh_gdctl.cpp b/src/xrc/xh_gdctl.cpp index 7106b598cf..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,8 +15,7 @@ #pragma hdrstop #endif -#include "wx/defs.h" -#if wxUSE_DIRDLG +#if wxUSE_XRC && wxUSE_DIRDLG #include "wx/textctrl.h" #include "wx/xrc/xh_gdctl.h" @@ -41,7 +36,7 @@ wxGenericDirCtrlXmlHandler::wxGenericDirCtrlXmlHandler() wxObject *wxGenericDirCtrlXmlHandler::DoCreateResource() { XRC_MAKE_INSTANCE(ctrl, wxGenericDirCtrl) - + ctrl->Create(m_parentAsWindow, GetID(), GetText(wxT("defaultfolder")), @@ -61,4 +56,4 @@ bool wxGenericDirCtrlXmlHandler::CanHandle(wxXmlNode *node) return IsOfClass(node, wxT("wxGenericDirCtrl")); } -#endif +#endif // wxUSE_XRC && wxUSE_DIRDLG