]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
More samples makefiles
[wxWidgets.git] / 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 )