mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
18fe055275
The "TypeOffset" thing was just an informative comment to tell that the data that follows after the IMAGE_BASE_RELOCATION header is an arbitrary array of WORDs describing packed (Type + Offset)s. Having the header structure containing that spurious "TypeOffset" was breaking all the code that was basing on expected size of the IMAGE_BASE_RELOCATION structure in order to apply relocations (typically this would mean that the first 2 relocations described by it would not be applied). Hopefully this bug only hit the host-tools, and not the OS itself :) |
||
---|---|---|
.. | ||
wine | ||
CMakeLists.txt | ||
config.h | ||
debug.h | ||
guiddef.h | ||
ndrtypes.h | ||
nls.h | ||
pecoff.h | ||
poppack.h | ||
pshpack1.h | ||
pshpack2.h | ||
pshpack4.h | ||
pshpack8.h | ||
pshpck16.h | ||
typedefs.h |