[PATCH v5 3/3] kernel32: Implement NormalizeString API function.

Huw Davies huw at codeweavers.com
Fri Apr 6 03:25:08 CDT 2018


On 4 Apr 2018, at 18:12, Sergio Gómez Del Real <sdelreal at codeweavers.com> wrote:
> diff --git a/dlls/kernel32/tests/locale.c b/dlls/kernel32/tests/locale.c
> index a99763db92..8cc3b62730 100644
> --- a/dlls/kernel32/tests/locale.c
> +++ b/dlls/kernel32/tests/locale.c
> @@ -36,6 +36,8 @@
> #include "winerror.h"
> #include "winnls.h"
> 
> +#include “normalization_tests.h"

What’s the reason for hiding the data away in a header file?
Are you planning on sharing it with other source files?

Huw.




More information about the wine-devel mailing list