reactos/sdk/include
Hermès Bélusca-Maïto 18fe055275
[INCLUDE:HOST] Revert a bug that has been sneaked in by Arch Blackmann in 9e9ba41f (r36910) :P
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 :)
2020-02-01 18:35:40 +01:00
..
asm [SDK] Fix a typo, caught by Stas'M :) 2019-10-14 01:36:42 +02:00
c++ [SDK] Implement std::vector.data() 2019-11-18 23:50:33 +01:00
crt [ROSTESTS] fix x64 build and fix/disable warnings 2020-01-26 11:50:37 +01:00
ddk Fix the ntstrsafe.h tests to make sense, actually succeed using ntstrsafe.h from Win10 (10.0.15063), and fix ReactOS' ntstrsafe.h to also pass these tests. (#1859) 2019-08-28 22:42:52 +02:00
dxsdk [DXSDK] Improve dxerr?.h a bit (#1617) 2019-06-06 01:50:24 +02:00
GL
host [INCLUDE:HOST] Revert a bug that has been sneaked in by Arch Blackmann in 9e9ba41f (r36910) :P 2020-02-01 18:35:40 +01:00
ndk [NDK][XDK][RTL] Fix definition of RtlFillMemoryUlong on x64 2020-01-03 13:00:45 +01:00
psdk [SDK] Add some missing propsheet fields + validate struct sizes 2020-01-29 22:58:43 +01:00
reactos [EXPLORER][INCLUDE] Fix wrong title on taskbar about ampersand (&) (#2266) 2020-01-22 09:58:43 +09:00
xdk [XDK] Fix x64 version of KeGetCurrentProcessorNumber() and add KeGetCurrentProcessorIndex() 2020-01-18 14:56:17 +01:00