6 Apr
2018
6 Apr
'18
8:25 a.m.
On 4 Apr 2018, at 18:12, Sergio Gómez Del Real <sdelreal(a)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.