ucrtbase: Add defines for the printf/scanf options constants.
commitfcf9ec80800d9b2bc6b874642a2f3f1d151009d0
authorMartin Storsjo <martin@martin.st>
Mon, 2 Nov 2015 10:08:37 +0000 (2 12:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Nov 2015 14:02:24 +0000 (2 23:02 +0900)
treec15a54b75d7ee82144fd314a8b8c417765420001
parent4b47da3ad7f94b01af53e0b0fa49c86a22967336
ucrtbase: Add defines for the printf/scanf options constants.

Avoid using hardcoded magic numbers for these options.

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/msvcrt.h
dlls/msvcrt/scanf.c
dlls/msvcrt/wcs.c
dlls/ucrtbase/tests/printf.c