reactos/dll
Timo Kreuzer 9186b861a6 [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib
vcruntime contains the code that is linked into ucrtbase (in VS it is also provided as vcruntime140.dll)
vcstartup contains the code that is statically linked into executables that link to ucrtbase.dll. In Visual Studio this is part of msvcrt.lib (the import library for msvcrt), similar to our current msvcrtex, and it gets linked when you link to ucrtbase as well. The name is based on the folder name in the library.
Both libraries share some code, but each file is only compiled once.
2025-02-06 09:17:37 +02:00
..
3rdparty
appcompat [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
cpl [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
directx [REACTOS] Refresh old URLs (#7632) 2025-01-28 13:36:45 +09:00
ime [MSCTFIME] Add Romanian (ro-RO) translation (#7365) 2024-12-06 21:02:30 +01:00
keyboard
nls
np
ntdll [KERNEL32][ROSTESTS][SDK] Enable threadpooling 2025-01-26 23:30:59 -08:00
opengl
shellext [NETSHELL] Handle DefView accelerators (#7572) 2024-12-22 21:27:20 +01:00
win32 [VCRUNTIME][VCSTARTUP] Add separate vcruntime and vcstartup lib 2025-02-06 09:17:37 +02:00
CMakeLists.txt