Fixed compile error on non-MSW platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -714,9 +714,11 @@ static wxString GetAssertStackTrace()
|
|||||||
{
|
{
|
||||||
wxString stackTrace;
|
wxString stackTrace;
|
||||||
|
|
||||||
|
#ifdef __WXMSW__
|
||||||
// check that we can get the stack trace before trying to do it
|
// check that we can get the stack trace before trying to do it
|
||||||
if ( !wxDbgHelpDLL::Init() )
|
if ( !wxDbgHelpDLL::Init() )
|
||||||
return stackTrace;
|
return stackTrace;
|
||||||
|
#endif
|
||||||
|
|
||||||
class StackDump : public wxStackWalker
|
class StackDump : public wxStackWalker
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user