mlang/tests: Avoid hardcoding the Unicode string literal lengths.
This commit is contained in:
parent
d21c37a860
commit
68bd1ae628
|
@ -809,7 +809,7 @@ static void IMLangFontLink_Test(IMLangFontLink* iMLFL)
|
|||
DWORD dwCodePages, dwManyCodePages;
|
||||
DWORD dwCmpCodePages;
|
||||
UINT CodePage;
|
||||
static const WCHAR str[3] = { 'd', 0x0436, 0xff90 };
|
||||
static const WCHAR str[] = { 'd', 0x0436, 0xff90 };
|
||||
LONG processed;
|
||||
HRESULT ret;
|
||||
|
||||
|
|
Loading…
Reference in New Issue