[SDK] Fix hack for GCC, so that it works on GCC x86 and GCC x64

This commit is contained in:
Hervé Poussineau 2020-12-29 19:15:21 +01:00
parent 3187e2a00b
commit 3468e27cfe

View file

@ -3,7 +3,7 @@
#ifdef __GNUC__ #ifdef __GNUC__
/* Hack, for bug in ld. Will be removed soon. */ /* Hack, for bug in ld. Will be removed soon. */
#define __ImageBase _image_base__ #define __ImageBase __MINGW_LSYMBOL(_image_base__)
#endif #endif
#if defined(__cplusplus) #if defined(__cplusplus)