Sync to Wine-20050725:

Mike McCormack <mike@codeweavers.com>
- gcc 4.0 -Wpointer-sign fixes (Reg* functions).

svn path=/trunk/; revision=17334
This commit is contained in:
Gé van Geldorp 2005-08-12 17:34:06 +00:00
parent a48a2273ec
commit e97f6fb328

View file

@ -333,7 +333,8 @@ static void UIINSERTOBJECTDLG_SelectCreateFromFile(InsertObjectDlgInfo* pdlgInfo
*/
static BOOL UIINSERTOBJECTDLG_PopulateObjectTypes(InsertObjectDlgInfo* pdlgInfo)
{
DWORD i, len;
DWORD i;
LONG len;
HKEY hkclsids;
HKEY hkey;
CLSID clsid;