mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
Added a README file regarding the status of msvcrt.
svn path=/trunk/; revision=7221
This commit is contained in:
parent
5f431cda4c
commit
4a0ecf56be
2 changed files with 16 additions and 1 deletions
|
@ -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.
|
||||
????
|
Loading…
Reference in a new issue