On Thu Mar 7 11:13:04 2024 +0000, Piotr Caban wrote:
What's the value of flag that we don't support? Do you know how hard it is to implement missing flag instead of disabling FIXME message?
It's 0x2 (`_CRT_INTERNAL_SCANF_LEGACY_WIDE_SPECIFIERS`)
Looking at the Wine source code this flag is used by the scanf(_s) and fscanf(_s) functions (after some searches I discovered it's used to enable the pre-C99 format specifier behavior)