Sweden-Number/dlls/msvcrt
Dimitrie O. Paun 737d4be892 Move excpt.h out of include/msvcrt/ as it does not conflict with any
standard Unix header.
2002-12-12 23:34:01 +00:00
..
tests Fixed some issues found by winapi_check. 2002-11-06 19:57:49 +00:00
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in
console.c
cpp.c
cppexcept.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
ctype.c
data.c
dir.c
environ.c
errno.c
except.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
exit.c
file.c Converted implementation of _lseek to _lseeki64, implemented _lseek by 2002-11-25 20:50:01 +00:00
heap.c
lconv.c
locale.c winnt.h should not be self-contained, it must depend on windef.h so 2002-12-10 22:56:43 +00:00
lock.c
main.c Made the dll entry point default to DllMain and removed most of the 2002-11-04 23:53:41 +00:00
math.c
mbcs.c Implemented some ismbc* functions (based on a patch by Greg Turner). 2002-11-19 00:52:38 +00:00
misc.c
msvcrt.h Added support for nested exceptions happening inside a catch block. 2002-10-31 02:10:15 +00:00
msvcrt.spec Added list of symbols to ignore by default in winebuild. 2002-12-12 02:20:47 +00:00
mtdll.h
process.c Fixed data copying in msvcrt_argvtos (spotted by bill@taniwha.org). 2002-11-13 04:20:54 +00:00
scanf.c
scanf.h
string.c
thread.c
time.c
wcs.c