mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-19 19:13:22 +08:00
[0.2.x] fixed : typeInfo ctor raise SEH exception
git-svn-id: https://pykd.svn.codeplex.com/svn@83635 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
888ee0ddd2
commit
3607f03c59
@ -1,7 +1,8 @@
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "dbghelp.h"
|
||||
#include <dbghelp.h>
|
||||
|
||||
#include "dia/diasymbol.h"
|
||||
#include "win/utils.h"
|
||||
|
||||
@ -173,7 +174,7 @@ SymbolPtr DiaSymbol::getChildByName(const std::string &name )
|
||||
m_symbol->findChildren(
|
||||
::SymTagNull,
|
||||
toWStr(name),
|
||||
nsfCaseSensitive | nsfUndecoratedName,
|
||||
nsfCaseSensitive,
|
||||
&symbols);
|
||||
|
||||
LONG count;
|
||||
|
Loading…
Reference in New Issue
Block a user