Sweden-Number/dlls/ucrtbase
Martin Storsjo b09aadd202 ucrtbase: Handle the swprintf style termination and return values.
When neither the "legacy vsprintf null termination" nor the "standard
snprintf behaviour" flags are specified, the functions return -2 when
the output string didn't fit (similar to old style msvcrt _snprintf that
returned -1), but they are null terminated (similar to the C99 snprintf
style behaviour). This is the same way as the C99 swprintf function
behaves.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-04 19:18:42 +09:00
..
tests ucrtbase: Handle the swprintf style termination and return values. 2015-11-04 19:18:42 +09:00
Makefile.in ucrtbase: Implement vsscanf. 2015-10-29 21:20:09 +09:00
ucrtbase.spec ucrtbase: Implement vsscanf. 2015-10-29 21:20:09 +09:00