15 Nov
2022
15 Nov
'22
5:20 p.m.
On Tue Nov 15 17:20:35 2022 +0000, Bartosz Kosiorek wrote:
@piotr Do you know how the stub function for `_Cin_func` could looks like? I would like to verify if with stubs it will work.
void* __cdecl _Cin_func(void)
{
FIXME("() stub\n");
return NULL;
}
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1191#note_15860