EPICS sources use _MINGW for arch-detection

This commit is contained in:
Andrew Johnson
2016-02-05 14:13:43 -06:00
parent 3fadc9b481
commit fa6c2c7683

View File

@@ -53,7 +53,7 @@
# include <execinfo.h>
# include <cxxabi.h>
# define EXCEPT_USE_BACKTRACE
#elif defined(_WIN32) && !defined(__MINGW__) && !defined(SKIP_DBGHELP)
#elif defined(_WIN32) && !defined(_MINGW) && !defined(SKIP_DBGHELP)
# define _WINSOCKAPI_
# include <windows.h>
# include <dbghelp.h>