* Sync up to trunk head (r60691).

svn path=/branches/ntvdm/; revision=60692
This commit is contained in:
Amine Khaldi 2013-10-17 11:19:05 +00:00
commit 25445ea35f
5851 changed files with 218087 additions and 724119 deletions

View file

@ -12,7 +12,7 @@
#include <stdarg.h>
int
_cdecl
__cdecl
vprintf_s(const char *format, va_list valist)
{
return vfprintf_s(stdout,format,valist);