13 Feb
2019
13 Feb
'19
8:45 a.m.
Daniel Lehman <dlehman25(a)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.