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-09 05:36:56 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
wine
/
dlls
/
msvcrt
/
tests
History
Francois Gouget
a50dfc174e
msvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-29 12:12:05 +02:00
..
cpp.c
msvcrt: Demangle a C++ mangled string that is only a name with it's template argument list.
2007-04-06 12:31:05 +02:00
data.c
msvcrt: Remove unused variable.
2007-03-15 12:25:12 +01:00
dir.c
msvcrt/tests: Properly remove temporary directory.
2007-03-06 22:00:11 +01:00
environ.c
…
file.c
msvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-29 12:12:05 +02:00
headers.c
msvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-14 12:31:14 +01:00
heap.c
…
Makefile.in
…
printf.c
msvcrt/tests: When compiling with Visual C++ 2005, one must define _CRT_NON_CONFORMING_SWPRINTFS otherwise swprintf() takes an extra parameter.
2007-05-22 11:59:56 +02:00
scanf.c
…
string.c
…
time.c
…