Make index INT not UINT because it can be -1.

This commit is contained in:
Aric Stewart 2005-08-23 09:30:39 +00:00 committed by Alexandre Julliard
parent 328d3107e1
commit d90615bb28
1 changed files with 1 additions and 1 deletions

View File

@ -3937,7 +3937,7 @@ static UINT ITERATE_RegisterFonts(MSIRECORD *row, LPVOID param)
MSIPACKAGE *package = (MSIPACKAGE*)param;
LPWSTR name;
LPCWSTR file;
UINT index;
INT index;
DWORD size;
static const WCHAR regfont1[] =
{'S','o','f','t','w','a','r','e','\\',