Displaying 2 results from an estimated 2 matches for "wine_cp_mbstowc".
Did you mean:
wine_cp_mbstowcs
2010 Nov 19
1
HaoFang client (like Garena) crashes in WSAIoctl
...t; ECX:9B9D9DA1
> EDX:680C7640
> ESI:09E7E628
> EDI:000001E2
> CS:EIP:0073:68024CBB
> SS:ESP:007B:09E7E4AC EBP:09E7E534
> DS:007B ES:007B FS:0033 GS:003B
> Flags:00010246
>
> Call stack:
> Address Frame Function SourceFile
> 68024CBB 09E7E534 wine_cp_mbstowcs+BB
> 7B84A37D 09E7E584 MultiByteToWideChar+8D
> 6836DB78 09E7E694 pf_vsnprintf+1F38
> ========================
> Local Variables And Parameters
>
> Call stack:
> Address Frame Function SourceFile
> 68024CBB 09E7E534 wine_cp_mbstowcs+BB
>
> 7B8...
2020 Feb 16
0
Wine release 5.2
...for the codepage tables.
ntdll: Use external codepage tables for the Unix codepage too.
wrc: Add --nls-dir option.
wmc: Add --nls-dir option.
wrc: Use external NLS files for codepage conversions.
wmc: Use external NLS files for codepage conversions.
libport: Move wine_cp_mbstowcs implementation back to libwine and make it obsolete.
libport: Move wine_cp_wcstombs implementation back to libwine and make it obsolete.
libport: Move the codepage table functions back to libwine and make them obsolete.
libport: Move the codepage tables back to libwine and stop u...