Update crt headers and mingw lib from mingw64. Update crt a bit. 4 msvcrt time tests fixed.

svn path=/trunk/; revision=38052
This commit is contained in:
Timo Kreuzer 2008-12-13 21:28:05 +00:00
parent d7b72f79a2
commit 76a198afb9
148 changed files with 10859 additions and 6196 deletions

View file

@ -24,8 +24,6 @@
*/
#include <precomp.h>
#include <wchar.h>
#include <ctype.h>
// HACK for LIBCNT
@ -183,7 +181,7 @@ int swscanf(const wchar_t *str, const wchar_t *format, ...)
/*********************************************************************
* _cscanf (MSVCRT.@)
*/
int _cscanf(/*const*/ char *format, ...)
int _cscanf(const char *format, ...)
{
va_list valist;
int res;