]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stackwalk.cpp
Fix waiting for IO on UDP sockets.
[wxWidgets.git] / src / msw / stackwalk.cpp
index 54802e4c247772b7dff71fc8cd075eb3a5470672..9e87fc52a77957191ae1f91a133a67450949ac7f 100644 (file)
@@ -300,14 +300,10 @@ void wxStackWalker::WalkFrom(const CONTEXT *pCtx, size_t skip, size_t maxDepth)
         }
     }
 
-    // this results in crashes inside ntdll.dll when called from
-    // exception handler ...
-#if 0
     if ( !wxDbgHelpDLL::SymCleanup(hProcess) )
     {
         wxDbgHelpDLL::LogError(wxT("SymCleanup"));
     }
-#endif
 }
 
 void wxStackWalker::WalkFrom(const _EXCEPTION_POINTERS *ep, size_t skip, size_t maxDepth)