From bfde68e43fc0d2e6fa916bc6ee07fcf3b964d66a Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 22 Jul 2001 18:07:19 +0000 Subject: [PATCH] added tree layout define git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.h.in b/setup.h.in index 100d1d7142..016bbb0d30 100644 --- a/setup.h.in +++ b/setup.h.in @@ -450,6 +450,11 @@ #endif #endif +/* + * Use wxTreeLayout class + */ +#define wxUSE_TREELAYOUT 0 + /* * Use this control */ -- 2.49.0