-
7cb7be88
by Eric Pouech at 2026-02-19T15:40:39+01:00
include/msvcrt: Use the correct stream for wscanf* implementations.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
5bb9c5ca
by Eric Pouech at 2026-02-19T15:40:39+01:00
include/msvcrt: Match some constants with intsafe.h.
When stdint.h and intsafe.h are both #include:d, we should ensure
that #define:s on both files are exactly the same in order not to
have preprocessor errors.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
f77ca154
by Eric Pouech at 2026-02-19T15:40:39+01:00
include/msvcrt: Define gmtime_s() in time.h.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>