- Migrate CRTDLL to MSVCRT.
commit1db20bfd33f9c1486a1a662c2f78f45d00caf24b
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 10 Jan 2001 23:59:25 +0000 (10 23:59 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Jan 2001 23:59:25 +0000 (10 23:59 +0000)
treee096f25c94c17a50d4062010b6737dec59953d30
parentca43a641b7e5cb8709ac6dfc47b9000c1894176a
- Migrate CRTDLL to MSVCRT.
- Many fixes and a load of new functions.
33 files changed:
DEVELOPERS-HINTS
Make.rules.in
configure
configure.in
dlls/Makefile.in
dlls/msvcrt/.cvsignore [new file with mode: 0644]
dlls/msvcrt/Makefile.in [new file with mode: 0644]
dlls/msvcrt/console.c [new file with mode: 0644]
dlls/msvcrt/cpp.c [new file with mode: 0644]
dlls/msvcrt/ctype.c [new file with mode: 0644]
dlls/msvcrt/data.c [new file with mode: 0644]
dlls/msvcrt/dir.c [new file with mode: 0644]
dlls/msvcrt/environ.c [new file with mode: 0644]
dlls/msvcrt/errno.c [new file with mode: 0644]
dlls/msvcrt/except.c [new file with mode: 0644]
dlls/msvcrt/exit.c [new file with mode: 0644]
dlls/msvcrt/file.c [new file with mode: 0644]
dlls/msvcrt/heap.c [new file with mode: 0644]
dlls/msvcrt/locale.c [new file with mode: 0644]
dlls/msvcrt/main.c [new file with mode: 0644]
dlls/msvcrt/math.c [new file with mode: 0644]
dlls/msvcrt/mbcs.c [new file with mode: 0644]
dlls/msvcrt/misc.c [new file with mode: 0644]
dlls/msvcrt/ms_errno.h [new file with mode: 0644]
dlls/msvcrt/msvcrt.h [new file with mode: 0644]
dlls/msvcrt/msvcrt.spec [new file with mode: 0644]
dlls/msvcrt/process.c [new file with mode: 0644]
dlls/msvcrt/string.c [new file with mode: 0644]
dlls/msvcrt/thread.c [new file with mode: 0644]
dlls/msvcrt/time.c [new file with mode: 0644]
dlls/msvcrt/wcs.c [new file with mode: 0644]
documentation/samples/config
loader/loadorder.c