enable addr2line symbol resolver in all platforms except windows

This commit is contained in:
Tiago Rodrigues 2023-11-17 16:31:09 -05:00 committed by trodrigues
parent 5c3e303f6f
commit a887d558f1

View File

@ -1,4 +1,4 @@
#ifdef __linux
#ifndef _WIN32
#include "OfflineSymbolResolver.h"
@ -121,4 +121,4 @@ bool ResolveSymbols(SymbolResolver* resolver, const char* imageName,
return false;
}
#endif // #ifdef __linux
#endif // #ifndef _WIN32