mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
71fefa32db
* Add an NDK header to define INIT_FUNCTION/INIT_SECTION globally * Use _declspec(allocate(x)) and _declspec(code_seg(x)) on MSVC versions that support it * Use INIT_FUNCTION on functions only and INIT_SECTION on data only (required by MSVC) * Place INIT_FUNCTION before the return type (required by MSVC) * Make sure declarations and implementations share the same modifiers (required by MSVC) * Add a global linker option to suppress warnings about defined but unused INIT section * Merge INIT section into .text in freeldr |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
powerpc | ||
atom.c | ||
callback.c | ||
dbgctrl.c | ||
efi.c | ||
event.c | ||
evtpair.c | ||
exintrin.c | ||
fmutex.c | ||
handle.c | ||
harderr.c | ||
hdlsterm.c | ||
init.c | ||
interlocked.c | ||
keyedevt.c | ||
locale.c | ||
lookas.c | ||
mutant.c | ||
profile.c | ||
pushlock.c | ||
resource.c | ||
rundown.c | ||
sem.c | ||
shutdown.c | ||
sysinfo.c | ||
time.c | ||
timer.c | ||
uuid.c | ||
win32k.c | ||
work.c | ||
xipdisp.c | ||
zone.c | ||
zw.S |