better conditional compilation

release/4.3a0
Varun Agrawal 2020-05-18 17:37:02 -05:00
parent 25bf695b77
commit 77ffbf47cc
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ std::string demangle(const char* name) {
std::free(demangled);
#endif
#ifdef _WIN32
#elif _WIN32
char undecorated_name[1024];
if (UnDecorateSymbolName(