mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() - link to static crt instead of forwarding function to msvcrt. As msvcrt, msvcrt20 exports some variable, marked as DATA in the def file. Forwarding them is not a good idea, since msvcrt would be initialized only if one of the forwarded function is called. We must keep those variables in our module. And as the forwarded functions might use the said variables, we can't really forward them, as they would not know which instance they should reference. svn path=/trunk/; revision=52826 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |