Closed ceeac closed 6 years ago
Almost works, one change, in Win32BinayLoader.cpp, I had to make to build it correctly:
#ifdef _WIN32
# ifndef __MINGW32__
# define NOMINMAX
# include <windows.h>
namespace dbghelp
{
# include <dbghelp.h>
}
# endif
#endif
Fixes #77. (hopefully)