---
mingw-w64-crt/crt/crt_handler.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/mingw-w64-crt/crt/crt_handler.c b/mingw-w64-crt/crt/crt_handler.c
index fe52cf4e2a0d..c49a2b3b573d 100644
--- a/mingw-w64-crt/crt/crt_handler.c
+++ b/mingw-w64-crt/crt/crt_handler.c
@@ -13,16 +13,6 @@
#include <signal.h>
#include <stdio.h>
-#if defined (_WIN64) && defined (__ia64__)
-#error FIXME: Unsupported __ImageBase implementation.
-#else
-#ifndef _MSC_VER
-#define __ImageBase __MINGW_LSYMBOL(_image_base__)
-#endif
-/* This symbol is defined by the linker. */
-extern IMAGE_DOS_HEADER __ImageBase;
-#endif
-
#pragma pack(push,1)
typedef struct _UNWIND_INFO {
BYTE VersionAndFlags;
--
2.20.1
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public