Wrong charcter encoding in winmm-tests

Julian Rüger jr98 at gmx.net
Sun Feb 26 10:37:23 CST 2012


OK, I think I finally found out what's going on here:

in waveform.c waveOutGetErrorTextA() calls
WideCharToMultiByte(CP_ACP,.... with the ANSI codepage.
When I change that to CP_UTF8, it works as expected.

Is this fix OK, or does that break anything? Should I send a patch?

Thanks,
Julian





More information about the wine-devel mailing list