wxUSE_STACKWALKER is defined to 0/1, so #ifdef doesn't work. (noticed by plork)

Originally committed to SVN as r3474.
This commit is contained in:
Amar Takhar 2009-09-03 06:03:38 +00:00
parent 95812a6c79
commit 1155d1bcf8
1 changed files with 1 additions and 1 deletions

View File

@ -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.