Reactos

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

+1 -1
+1 -1
sdk/include/psdk/delayimp.h
··· 3 3 4 4 #ifdef __GNUC__ 5 5 /* Hack, for bug in ld. Will be removed soon. */ 6 - #define __ImageBase _image_base__ 6 + #define __ImageBase __MINGW_LSYMBOL(_image_base__) 7 7 #endif 8 8 9 9 #if defined(__cplusplus)