reactos/sdk
Thomas Faber c4d8e2a6e9
[CMAKE] Ensure the INIT section is placed at the end of a module. CORE-14683
For MSVC, marking the section as discardable will do this automatically.
For GCC, we use a linker script that places it after the .reloc section
(which should be the last "real" section, check ld --verbose output for the
default linker script).

This fixes what seems to be a regression from r55835 (!).
2019-07-07 08:18:10 +02:00
..
cmake [CMAKE] Ensure the INIT section is placed at the end of a module. CORE-14683 2019-07-07 08:18:10 +02:00
include [SDK] Add RtlInitString to the NDK 2019-06-30 23:07:54 +02:00
lib [CRT] Remove mingwm10.dll usage in tls support code 2019-07-06 11:37:30 +02:00
tools Add a shared "port" directory for POSIX functions needed by multiple host tools (getopt/mkstemps) and import the one and only getopt from glibc. 2019-04-28 23:23:06 +02:00