/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -293,7 +293,7 @@ void wxStackWalker::WalkFrom(const CONTEXT *pCtx, size_t skip, size_t maxDepth)
|
||||
if ( nLevel >= skip )
|
||||
{
|
||||
wxStackFrame frame(nLevel - skip,
|
||||
(void *)sf.AddrPC.Offset,
|
||||
wxUIntToPtr(sf.AddrPC.Offset),
|
||||
sf.AddrFrame.Offset);
|
||||
|
||||
OnStackFrame(frame);
|
||||
|
||||
Reference in New Issue
Block a user