[PATCH v2] kernel32/tests: Add tests for NormalizeString API function.

Dmitry Timoshkov dmitry at baikal.ru
Mon Apr 9 10:11:24 CDT 2018


Sergio Gómez Del Real <sdelreal at codeweavers.com> wrote:

> +    #include <pshpack2.h>
> +    struct test_data_normal {
> +        const WCHAR *str;
> +        const WCHAR *nfc;
> +        const WCHAR *nfd;
> +        const WCHAR *nfkc;
> +        const WCHAR *nfkd;
> +    };
> +    #include <poppack.h>

What's the reason to pack this structure to 2 bytes?

-- 
Dmitry.



More information about the wine-devel mailing list