- Implemented 73 CRT functions
commitd3576a9f85007834a6cbc5aa33839c85681cf455
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 8 Nov 2000 22:42:53 +0000 (8 22:42 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 Nov 2000 22:42:53 +0000 (8 22:42 +0000)
tree176fb93490f7ea4afde0517ad641da7aafe626a2
parentb56a8df9e72deda17e925aea9124c06aa0ec9bd9
- Implemented 73 CRT functions
- Reimplemented file I/O using Win32 calls
- Set errno/doserrno in most calls
14 files changed:
dlls/crtdll/Makefile.in
dlls/crtdll/crtdll.h
dlls/crtdll/crtdll.spec
dlls/crtdll/crtdll_main.c
dlls/crtdll/dir.c [new file with mode: 0644]
dlls/crtdll/exit.c [new file with mode: 0644]
dlls/crtdll/file.c [new file with mode: 0644]
dlls/crtdll/mbstring.c
dlls/crtdll/memory.c [new file with mode: 0644]
dlls/crtdll/spawn.c [new file with mode: 0644]
dlls/crtdll/string.c [new file with mode: 0644]
dlls/crtdll/time.c [new file with mode: 0644]
dlls/crtdll/wcstring.c
tools/winapi_check/win32/crtdll.api