From: Ove Kaaven Date: Fri, 6 Aug 1999 13:35:31 +0000 (+0000) Subject: TVS_CHECKBOXES doesn't seem to exist in Borland C++ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed8f12be3208af32eca469c05f76adf507812489 TVS_CHECKBOXES doesn't seem to exist in Borland C++ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/treectrl.cpp b/src/msw/treectrl.cpp index 2e4440df70..4f1f806d3c 100644 --- a/src/msw/treectrl.cpp +++ b/src/msw/treectrl.cpp @@ -197,7 +197,7 @@ bool wxTreeCtrl::Create(wxWindow *parent, if ( m_windowStyle & wxTR_LINES_AT_ROOT ) wstyle |= TVS_LINESATROOT; -#if !defined( __GNUWIN32__ ) && !defined(wxUSE_NORLANDER_HEADERS) +#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined(wxUSE_NORLANDER_HEADERS) // we emulate the multiple selection tree controls by using checkboxes: set // up the image list we need for this if we do have multiple selections if ( m_windowStyle & wxTR_MULTIPLE )