mirror of
https://github.com/reactos/reactos.git
synced 2025-06-22 15:50:17 +00:00
- Update many parts of CRT, and misc cleanup.
- Largely based on the patch by Samuel Serapion. - Include file.c from Wine's msvcrt, but exclude its contents from the build process for now. svn path=/trunk/; revision=33866
This commit is contained in:
parent
3f2bc58da5
commit
45ebe0ccc2
89 changed files with 4487 additions and 1700 deletions
|
@ -14,8 +14,7 @@
|
|||
#include <string.h>
|
||||
#include <process.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include<internal/debug.h>
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
|
@ -117,6 +116,6 @@ int system(const char *command)
|
|||
|
||||
int CDECL _wsystem(const wchar_t* cmd)
|
||||
{
|
||||
DPRINT1("_wsystem stub\n");
|
||||
FIXME("_wsystem stub\n");
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue