]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/oleutils.h
fix tree icon refresh after collapsing a branch (patch 565294)
[wxWidgets.git] / include / wx / msw / ole / oleutils.h
index 98cb02176b34261d9940e052a5fc0d2d01eb5508..737939078a26c5002c4e281dbbd3375e723e8aec 100644 (file)
@@ -17,7 +17,7 @@
 #endif
 
 #include "wx/defs.h"
-#ifdef wxUSE_NORLANDER_HEADERS
+#if wxUSE_NORLANDER_HEADERS
 #include <ole2.h>
 #endif
 // ============================================================================
@@ -126,7 +126,7 @@ bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount);
 // VZ: I don't know it's not done for compilers other than VC++ but I leave it
 //     as is. Please note, though, that tracing OLE interface calls may be
 //     incredibly useful when debugging OLE programs.
-#if defined(__WXDEBUG__) && defined(__VISUALC__) && (__VISUALC__ >= 1000)
+#if defined(__WXDEBUG__) && ( ( defined(__VISUALC__) && (__VISUALC__ >= 1000) ) || defined(__MWERKS__) )
 // ----------------------------------------------------------------------------
 // All OLE specific log functions have DebugTrace level (as LogTrace)
 // ----------------------------------------------------------------------------