Added a README file regarding the status of msvcrt.

svn path=/trunk/; revision=7221
This commit is contained in:
Steven Edwards 2003-12-24 23:25:13 +00:00
parent 5f431cda4c
commit 4a0ecf56be
2 changed files with 16 additions and 1 deletions

View file

@ -7,5 +7,4 @@
*.dsw
*.ncb
*.opt
*.txt
*.map

View file

@ -0,0 +1,16 @@
This file contains information about the status the MSVCRT runtime in ReactOS.
The sources for this runtime have been cobbled together from all sorts of places
from around the 'net and as such it has its share of bugs.
Please note that all of the MSVCRT.DLL runtime sources are license GPL unless
otherwise noted. The sources from WINE are dual licensed GPL/LGPL.
If you update a function in the ~/wine directory please send a patch to wine-patches@winehq.com
TODO List:
Remove the internal headers in msvcrt/wine/msvcrt
Implement the remaining functions that are commented out in the .def file
Update source code headers for the license information.
Compleate the W32API conversion for the following source files.
Write a decent regression test suite.
Convert all C++ style comments to C style comments.
????