mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
Added a README file regarding the status of msvcrt.
svn path=/trunk/; revision=7221
This commit is contained in:
@@ -7,5 +7,4 @@
|
||||
*.dsw
|
||||
*.ncb
|
||||
*.opt
|
||||
*.txt
|
||||
*.map
|
||||
|
||||
16
reactos/lib/msvcrt/README.txt
Normal file
16
reactos/lib/msvcrt/README.txt
Normal 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.
|
||||
????
|
||||
Reference in New Issue
Block a user