diff --git a/src/msw/stackwalk.cpp b/src/msw/stackwalk.cpp index 4b59c4a381..c6c9f13bf5 100644 --- a/src/msw/stackwalk.cpp +++ b/src/msw/stackwalk.cpp @@ -170,7 +170,7 @@ void wxStackFrame::OnGetParam() if ( !wxDbgHelpDLL::CallSymEnumSymbols ( ::GetCurrentProcess(), - NULL, // DLL base: use current context + 0, // DLL base: use current context EnumSymbolsProc, // callback this // data to pass to it ) )