Commit 68bd1ae6 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mlang/tests: Avoid hardcoding the Unicode string literal lengths.

parent d21c37a8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment