[PATCH v2 1/4] kernel32/tests: Add tests for SpecialCasing.

Dmitry Timoshkov dmitry at baikal.ru
Wed Feb 13 02:45:13 CST 2019


Daniel Lehman <dlehman25 at gmail.com> wrote:

> +    struct test {

It should be 'static const struct {'

> +        const WCHAR *lang;
> +        DWORD flags;
> +        WCHAR ch;
> +        WCHAR exp;      /* 0 if self */
> +        WCHAR exp_ling; /* 0 if exp */
> +        BOOL todo;
> +        BOOL todo_ling;
> +    } tests[] = {

-- 
Dmitry.



More information about the wine-devel mailing list