18 Feb
2026
18 Feb
'26
3:39 p.m.
Piotr Caban (@piotr) commented about include/msvcrt/wchar.h:
return s; }
+static inline int __cdecl fwide(FILE *file, int mode) +{ + return mode; +} + +static inline int __cdecl mbsinit(mbstate_t *state)
```suggestion:-0+0 static inline int __cdecl mbsinit(const mbstate_t *state) ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10129#note_129895