projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31015fd
)
Add hack for gnu ld like in mingw lib, as it uses _image_base__ insetad of __ImageBase
author
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sun, 26 Jul 2009 00:22:57 +0000
(
00:22
+0000)
committer
Timo Kreuzer
<timo.kreuzer@reactos.org>
Sun, 26 Jul 2009 00:22:57 +0000
(
00:22
+0000)
svn path=/trunk/; revision=42222
reactos/include/psdk/delayimp.h
patch
|
blob
|
history
diff --git
a/reactos/include/psdk/delayimp.h
b/reactos/include/psdk/delayimp.h
index
4fddee3
..
986ff44
100644
(file)
--- a/
reactos/include/psdk/delayimp.h
+++ b/
reactos/include/psdk/delayimp.h
@@
-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;