From: Dmitry Timoshkov Subject: Re: [PATCH v2 1/4] kernel32/tests: Add tests for SpecialCasing. Message-Id: <20190213164513.6b6f78e87d05d5975f02fcb2@baikal.ru> Date: Wed, 13 Feb 2019 16:45:13 +0800 In-Reply-To: <20190213083808.6747-1-dlehman25@gmail.com> References: <20190213083808.6747-1-dlehman25@gmail.com> Daniel Lehman 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.