mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:16:40 +00:00
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:
parent
d7b72f79a2
commit
76a198afb9
148 changed files with 10859 additions and 6196 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue