]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
mingw32 compilation fixes (unfortunately, this effectively disables placing controls...
[wxWidgets.git] / src / msw / treectrl.cpp
index 4444b261809175d10dad0fcdcb9c3c8b64d4360c..aebe08ac3959d08b6d478bd7a7dd10abcd8f2bf9 100644 (file)
@@ -315,7 +315,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
     if ( m_windowStyle & wxTR_LINES_AT_ROOT )
         wstyle |= TVS_LINESATROOT;
 
-#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined(wxUSE_NORLANDER_HEADERS)
+#if !defined( __GNUWIN32__ ) && !defined( __BORLANDC__ ) && !defined( __WATCOMC__ ) && !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 !defined(__VISUALC__) || (__VISUALC__ > 1010)