From 1155d1bcf8a137c5f4a2497ae7fdda9d6f75cefd Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Thu, 3 Sep 2009 06:03:38 +0000 Subject: [PATCH] wxUSE_STACKWALKER is defined to 0/1, so #ifdef doesn't work. (noticed by plork) Originally committed to SVN as r3474. --- aegisub/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/main.cpp b/aegisub/src/main.cpp index 8a5385dec..2dc59488e 100644 --- a/aegisub/src/main.cpp +++ b/aegisub/src/main.cpp @@ -326,7 +326,7 @@ void AegisubApp::OnFatalException() { #endif -#ifdef wxUSE_STACKWALKER +#if wxUSE_STACKWALKER == 1 /// @brief Callback to format a single frame /// @param frame frame to parse.