mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 14:02:28 +00:00
[MINGW]
Don't define __ImageBase to something else on MSVC builds svn path=/branches/cmake-bringup/; revision=49505
This commit is contained in:
parent
117bdf56ae
commit
d46d983c8f
4 changed files with 12 additions and 2 deletions
2
lib/3rdparty/mingw/crt_handler.c
vendored
2
lib/3rdparty/mingw/crt_handler.c
vendored
|
@ -16,7 +16,9 @@
|
|||
#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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue