msvcp140: implement _To_byte

Nikolay Sivov bunglehead at gmail.com
Sun Jul 9 05:58:46 CDT 2017


On 08.07.2017 22:33, Mikhail Paulyshka wrote:
> Signed-off-by: Mikhail Paulyshka <me at mixaill.tk>
> ---
>  dlls/msvcp140/msvcp140.spec | 2 +-
>  dlls/msvcp140/tests/msvcp140.c | 49 ++++++++++++++++++++++++++++++++++++++++++
>  dlls/msvcp90/locale.c | 10 +++++++++
>  3 files changed, 60 insertions(+), 1 deletion(-)
> 

Hi, and thanks for the patch.

Some comments in addition to Stefan's reply:

> +    static const WCHAR test_2[] = {0xfe95, 0xfea0, 0xfea6, 0}; //some arabic glyphs

These are characters, not glyphs. Also please use C-style comments - /**/.



More information about the wine-devel mailing list