This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-06-29 12:41:24 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0453ed98df
reactos
/
sdk
/
lib
/
ucrt
/
float
/
float.cmake
5 lines
44 B
CMake
Raw
Normal View
History
Unescape
Escape
[UCRT:FLOAT] Add _fltused
2024-10-28 19:17:56 +02:00
list
(
APPEND
UCRT_FLOAT_SOURCES
[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-01-17 11:45:05 +02:00
# TBD
[UCRT:FLOAT] Add _fltused
2024-10-28 19:17:56 +02:00
)
Reference in a new issue
Copy permalink