Sweden-Number/dlls/ucrtbase
Martin Storsjo b9d0f5d562 ucrtbase: Implement the new printf corner case behaviour.
Check the option flags whether the new or old legacy behaviours are
wanted.

For _MSVCR_VER < 140, don't check the option flags but hardcode them to
TRUE. (This avoids having to manually add all three flags into every
caller of pf_printf.) Mask out any other flags, to avoid other
out-of-range flags to be interpreted as the other flags (positional
params, invoke invalid param handler).

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:19:12 +09:00
..
tests ucrtbase: Implement the new printf corner case behaviour. 2015-11-04 19:19:12 +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