mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-20 03:23:23 +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 "stdafx.h"
|
||||||
|
|
||||||
#include "dbghelp.h"
|
#include <dbghelp.h>
|
||||||
|
|
||||||
#include "dia/diasymbol.h"
|
#include "dia/diasymbol.h"
|
||||||
#include "win/utils.h"
|
#include "win/utils.h"
|
||||||
|
|
||||||
@ -173,7 +174,7 @@ SymbolPtr DiaSymbol::getChildByName(const std::string &name )
|
|||||||
m_symbol->findChildren(
|
m_symbol->findChildren(
|
||||||
::SymTagNull,
|
::SymTagNull,
|
||||||
toWStr(name),
|
toWStr(name),
|
||||||
nsfCaseSensitive | nsfUndecoratedName,
|
nsfCaseSensitive,
|
||||||
&symbols);
|
&symbols);
|
||||||
|
|
||||||
LONG count;
|
LONG count;
|
||||||
|
Loading…
Reference in New Issue
Block a user