mirror of https://github.com/odrling/Aegisub
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:
parent
95812a6c79
commit
1155d1bcf8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue