]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_gdctl.cpp
Better alphabetized the event handler macros
[wxWidgets.git] / src / xrc / xh_gdctl.cpp
index 5a8226ebb7c640170c9bc83dabfcb4651fed3ede..46e1add1830a030ddd84e544497b831e523ba4d6 100644 (file)
@@ -19,8 +19,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"
@@ -61,4 +60,4 @@ bool wxGenericDirCtrlXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxGenericDirCtrl"));
 }
 
-#endif
+#endif // wxUSE_XRC && wxUSE_DIRDLG