- Update to trunk

svn path=/branches/audio-bringup/; revision=49927
This commit is contained in:
Johannes Anderwald 2010-12-03 15:05:26 +00:00
commit 6c8e7899a9
731 changed files with 37805 additions and 18893 deletions

View file

@ -2814,6 +2814,7 @@ FILE* CDECL tmpfile(void)
return file;
}
#ifndef USE_NEW_SPRINTF
/*********************************************************************
* vfprintf (MSVCRT.@)
*/
@ -2947,6 +2948,7 @@ int CDECL printf(const char *format, ...)
va_end(valist);
return res;
}
#endif
/*********************************************************************
* ungetc (MSVCRT.@)
@ -2984,6 +2986,7 @@ wint_t CDECL ungetwc(wint_t wc, FILE * file)
return mwc;
}
#ifndef USE_NEW_SPRINTF
/*********************************************************************
* wprintf (MSVCRT.@)
*/
@ -2996,6 +2999,7 @@ int CDECL wprintf(const wchar_t *format, ...)
va_end(valist);
return res;
}
#endif
/*********************************************************************
* _getmaxstdio (MSVCRT.@)