mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
mlang/tests: Avoid hardcoding the Unicode string literal lengths.
This commit is contained in:
parent
d21c37a860
commit
68bd1ae628
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue