mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user