7 Mar
2024
7 Mar
'24
9:02 p.m.
On Thu Mar 7 21:02:42 2024 +0000, Piotr Caban wrote:
The flag has only effect on wide scanf and can be ignored in __stdio_common_vfscanf. Please change the code to: ```c if (options & ~(_CRT_INTERNAL_SCANF_SECURECRT | _CRT_INTERNAL_SCANF_LEGACY_WIDE_SPECIFIERS)) FIXME("options %#I64x not handled\n", options); ``` I just updated the MR to handle this
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/5254#note_63901