mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00: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:
parent
a48a2273ec
commit
e97f6fb328
1 changed files with 2 additions and 1 deletions
|
@ -333,7 +333,8 @@ static void UIINSERTOBJECTDLG_SelectCreateFromFile(InsertObjectDlgInfo* pdlgInfo
|
||||||
*/
|
*/
|
||||||
static BOOL UIINSERTOBJECTDLG_PopulateObjectTypes(InsertObjectDlgInfo* pdlgInfo)
|
static BOOL UIINSERTOBJECTDLG_PopulateObjectTypes(InsertObjectDlgInfo* pdlgInfo)
|
||||||
{
|
{
|
||||||
DWORD i, len;
|
DWORD i;
|
||||||
|
LONG len;
|
||||||
HKEY hkclsids;
|
HKEY hkclsids;
|
||||||
HKEY hkey;
|
HKEY hkey;
|
||||||
CLSID clsid;
|
CLSID clsid;
|
||||||
|
|
Loading…
Reference in a new issue