Removed obsolete symbols from comments.

This commit is contained in:
Catalin
2016-02-21 10:52:15 +02:00
parent b57531acaa
commit 2d2bb0df39
5 changed files with 8 additions and 13 deletions

View File

@@ -198,8 +198,8 @@ void wxStackWalker::WalkFrom(const CONTEXT *pCtx, size_t skip, size_t maxDepth)
// according to MSDN, the first parameter should be just a unique value and
// not process handle (although the parameter is prototyped as "HANDLE
// hProcess") and actually it advises to use the process id and not handle
// for Win9x, but then we need to use the same value in StackWalk() call
// hProcess") and actually it advises to use the process id and not handle,
// but then we need to use the same value in StackWalk() call
// below which should be a real handle... so this is what we use
const HANDLE hProcess = ::GetCurrentProcess();