Commit 149ac3fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

usp10/tests: Fix a signed/unsigned int mismatch.

parent 080635bd
......@@ -622,7 +622,8 @@ static void test_ScriptString(HDC hdc)
int MaxSel = 0;
BOOL Disabled = FALSE;
const int *clip_len;
UINT *order, i;
int i;
UINT *order;
Charset = -1; /* this flag indicates unicode input */
......
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