mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 20:34:59 +00:00
[CRT] Fix implementation of _vsc(w)printf() for native NT.
This commit is contained in:
parent
7f95c14153
commit
fd6e2d752d
2 changed files with 7 additions and 16 deletions
|
@ -11,9 +11,10 @@
|
|||
int __cdecl streamout(FILE *stream, const char *format, va_list argptr);
|
||||
|
||||
int
|
||||
__cdecl
|
||||
_vscprintf(
|
||||
const char *format,
|
||||
va_list argptr)
|
||||
const char *format,
|
||||
va_list argptr)
|
||||
{
|
||||
FILE nulfile;
|
||||
nulfile._tmpfname = nulfile._ptr = nulfile._base = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue