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:
Vadim Zeitlin
2005-02-04 09:23:05 +00:00
parent e475c7a513
commit 1b072e196e

View File

@@ -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))
{
}