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

This commit is contained in:
Francois Gouget 2007-05-27 13:17:56 +02:00 committed by Alexandre Julliard
parent 080635bdeb
commit 149ac3fcdc

View file

@ -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 */