fixed stub code compilation (don't use PSYMBOL_INFO)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -369,7 +369,7 @@ wxStackFrame::GetParam(size_t WXUNUSED(n),
|
||||
return false;
|
||||
}
|
||||
|
||||
void wxStackFrame::OnParam(PSYMBOL_INFO WXUNUSED(pSymInfo))
|
||||
void wxStackFrame::OnParam(_SYMBOL_INFO * WXUNUSED(pSymInfo))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user