msvcrt: Refactor pf_printf to take options as flags instead of as BOOL parameter.
commit1c8412d9e5bd941428ccfe615f5260dd7406145d
authorMartin Storsjo <martin@martin.st>
Tue, 3 Nov 2015 18:40:36 +0000 (3 20:40 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Nov 2015 10:18:56 +0000 (4 19:18 +0900)
treec302289aeeb1f360ad0393fcafc4696bd6b89bca
parentb09aadd202db469a8bab163624986961a1472111
msvcrt: Refactor pf_printf to take options as flags instead of as BOOL parameter.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/msvcrt/console.c
dlls/msvcrt/file.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/printf.h
dlls/msvcrt/wcs.c