- 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:
Aleksey Bragin 2008-06-06 17:49:24 +00:00
parent 3f2bc58da5
commit 45ebe0ccc2
89 changed files with 4487 additions and 1700 deletions

View file

@ -28,10 +28,10 @@
#include <wchar.h>
#include <ctype.h>
#define NDEBUG
#include <internal/debug.h>
#define WARN DPRINT1
// HACK for LIBCNT
#ifndef debugstr_a
#define debugstr_a
#endif
extern FILE _iob[];