EPICS sources use _MINGW for arch-detection

This commit is contained in:
Andrew Johnson
2016-03-28 16:41:28 -05:00
parent 3fadc9b481
commit fa6c2c7683
+1 -1
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>