]> git.saurik.com Git - wxWidgets.git/commitdiff
TVS_CHECKBOXES doesn't seem to exist in Borland C++
authorOve Kaaven <ovek@arcticnet.no>
Fri, 6 Aug 1999 13:35:31 +0000 (13:35 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Fri, 6 Aug 1999 13:35:31 +0000 (13:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/treectrl.cpp

index 2e4440df701b0bdcc79c03a90f113f54bcf6454d..4f1f806d3cc708a1019a96739fc17ea181c3aeba 100644 (file)
@@ -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 )