reactos/sdk/lib/crt/startup
Timo Kreuzer 51b5d846e9 [CRT] Define _NTSYSTEM_ in 2 files to force using import-stubs
This prevents the code from linking to __imp_*, which would pull in the symbol from the import library (e.g. kernel32), which creates problems with the GNU linker, which doesn't like to have the import and a static definition at the same time.
2023-11-10 19:00:41 +02:00
..
_matherr.c [CRT] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00
_newmode.c
atonexit.c [CRT] Fix _onexit 2020-12-30 19:03:52 +01:00
charmax.c [CRT] Fix some _CRTIMP 2021-08-04 02:03:07 +02:00
cinitexe.c
crt0_c.c
crt0_w.c
crt_handler.c [CRT] Define _NTSYSTEM_ in 2 files to force using import-stubs 2023-11-10 19:00:41 +02:00
crtdll.c [CRT] Fix _onexit 2020-12-30 19:03:52 +01:00
crtexe.c [CRT] Implement crt_process_init() 2021-08-04 02:03:07 +02:00
dll_argv.c
dllargv.c
dllentry.c
dllmain.c
gccmain.c [CRT] Do not call atexit at process initialization 2020-12-30 19:03:52 +01:00
gs_support.c [CRT] Define _NTSYSTEM_ in 2 files to force using import-stubs 2023-11-10 19:00:41 +02:00
mingw_helpers.c
mscmain.c [REACTOS] Finally get some ARM64 applications building (#4517) 2022-05-25 17:06:32 +03:00
natstart.c
pesect.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
pseudo-reloc-list.c
pseudo-reloc.c
reactos.c
startup.cmake [CRT] Improve CMake files 2021-08-04 02:03:07 +02:00
threadSafeInit.c [CRT] Implement thread/fiber safe support for MSVC and Clang-CL 2019-02-12 19:31:33 +01:00
tlsmcrt.c
tlsmthread.c [CRT] We never use the mthread library 2021-04-28 13:10:23 +02:00
tlssup.c [CRT] Sync tlssup.c with mingw-w64 2021-04-28 13:10:23 +02:00
tlsthrd.c
wcrtexe.c
wdllargv.c
wildcard.c