[PATCH] msvcrt: Fix the btowc() function. (original) (raw)

Piotr Caban piotr.caban at gmail.com
Thu Dec 26 08:45:01 CST 2019


Hi Chip,

On 12/11/19 6:53 PM, Chip Davis wrote:

+ if(!getlocinfo()->lccodepage) _+ return c <= 255 ? c : MSVCRTWEOF;_ It doesn't work correctly in the !lc_codepage && c>255 case.

Thanks, Piotr



More information about the wine-devel mailing list