|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <corecrt.h>

Go to the source code of this file.
| #define _CRT_INTERNAL_LOCAL_PRINTF_OPTIONS _CRT_INTERNAL_PRINTF_LEGACY_WIDE_SPECIFIERS |
Definition at line 24 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_LOCAL_SCANF_OPTIONS _CRT_INTERNAL_SCANF_LEGACY_WIDE_SPECIFIERS |
Definition at line 28 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_LEGACY_MSVCRT_COMPATIBILITY 0x0008ULL |
Definition at line 15 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_LEGACY_THREE_DIGIT_EXPONENTS 0x0010ULL |
Definition at line 16 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_LEGACY_VSPRINTF_NULL_TERMINATION 0x0001ULL |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the Wine project. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 12 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_LEGACY_WIDE_SPECIFIERS 0x0004ULL |
Definition at line 14 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_STANDARD_ROUNDING 0x0020ULL |
Definition at line 17 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_PRINTF_STANDARD_SNPRINTF_BEHAVIOR 0x0002ULL |
Definition at line 13 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_SCANF_LEGACY_MSVCRT_COMPATIBILITY 0x0004ULL |
Definition at line 21 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_SCANF_LEGACY_WIDE_SPECIFIERS 0x0002ULL |
Definition at line 20 of file corecrt_stdio_config.h.
| #define _CRT_INTERNAL_SCANF_SECURECRT 0x0001ULL |
Definition at line 19 of file corecrt_stdio_config.h.