7 Mar
2024
7 Mar
'24
11:26 a.m.
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) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5254#note_63825