Revert "Fix fatal error and the version flag option when compiling for windows"
This reverts commit f144f8a0b9.
This commit is contained in:
@@ -25,13 +25,7 @@
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
#else
|
||||
#include <execinfo.h>
|
||||
#endif
|
||||
|
||||
#include <execinfo.h> /* backtrace, backtrace_symbols_fd */
|
||||
#include <unistd.h> /* STDOUT_FILENO */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user