[PATCH] kernel32: Fix a couple internal uses of ANSI functions.

Alex Henrie alexhenrie24 at gmail.com
Fri Dec 1 12:14:41 CST 2017


2017-12-01 11:01 GMT-07:00 Zebediah Figura <z.figura12 at gmail.com>:
> +            static const WCHAR krnl386W[] = {'k','r','n','l','3','8','6','.','e','x','e','1','6',0};
> +        static const WCHAR krnl386W[] = {'k','r','n','l','3','8','6','.','e','x','e','1','6',0};

I would define the constant once at the top of the file, next to wildcardsW.

-Alex



More information about the wine-devel mailing list