- Implement console I/O
commit61e48c7af1c94c0d9f928df3716c52a61078412e
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Wed, 13 Dec 2000 01:58:39 +0000 (13 01:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Dec 2000 01:58:39 +0000 (13 01:58 +0000)
tree03fd96625af5ebdedf2425f86b51b58d4f8eb0c4
parent5c312198f68f2d5114d85663b5a79ed1ced33ced
- Implement console I/O
- Support temporary files, add tmpfile, rmtmp
- spawn* functions: fix args, add cwait, searchenv
dlls/crtdll/Makefile.in
dlls/crtdll/console.c [new file with mode: 0644]
dlls/crtdll/crtdll.h
dlls/crtdll/crtdll.spec
dlls/crtdll/crtdll_main.c
dlls/crtdll/dir.c
dlls/crtdll/exit.c
dlls/crtdll/file.c
dlls/crtdll/spawn.c