This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2025-02-21 13:23:25 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
wine
/
dlls
/
msvcrt
/
tests
History
Damjan Jovanovic
7ecc283bd9
msvcrt: Implemented stat64, wstat64 and fstat64.
...
Change all other variations of stat use the stat64 family, since it is the most general.
2007-02-14 12:31:14 +01:00
..
cpp.c
msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary().
2006-12-14 12:44:28 +01:00
data.c
…
dir.c
…
environ.c
…
file.c
msvcrt/tests: Cast-qual warnings fix.
2006-12-13 11:49:06 +01:00
headers.c
msvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-14 12:31:14 +01:00
heap.c
…
Makefile.in
…
printf.c
msvcrt: Fix *printf() handling of negative field width.
2007-02-05 12:26:10 +01:00
scanf.c
msvcrt: If we're at EOF in the buffer and we have pattern %n in format string we should not count the EOF in the total.
2007-01-17 11:23:34 +01:00
string.c
msvcrt: Add function _mbsspnp.
2006-12-24 13:07:22 +01:00
time.c
…