mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Add hack for gnu ld like in mingw lib, as it uses _image_base__ insetad of __ImageBase
svn path=/trunk/; revision=42222
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef _delayimp_h
|
||||
#define _delayimp_h
|
||||
|
||||
#ifdef __GNUC__
|
||||
/* Hack, for bug in ld. Will be removed soon. */
|
||||
#define __ImageBase _image_base__
|
||||
#endif
|
||||
|
||||
#define DELAYLOAD_VERSION 0x200
|
||||
|
||||
typedef DWORD RVA;
|
||||
|
||||
Reference in New Issue
Block a user