Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
162911ba
Commit
162911ba
authored
Oct 12, 2007
by
Juan Lang
Committed by
Alexandre Julliard
Oct 15, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Don't abort key enumeration early.
parent
8b5faacf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
devinst.c
dlls/setupapi/devinst.c
+8
-0
No files found.
dlls/setupapi/devinst.c
View file @
162911ba
...
...
@@ -1998,6 +1998,8 @@ static void SETUPDI_AddDeviceInterfaces(SP_DEVINFO_DATA *dev, HKEY key,
SETUPDI_SetInterfaceSymbolicLink
(
iface
,
symbolicLink
);
RegCloseKey
(
subKey
);
}
/* Allow enumeration to continue */
l
=
ERROR_SUCCESS
;
}
}
/* FIXME: find and add all the device's interfaces to the device */
...
...
@@ -2071,6 +2073,8 @@ static void SETUPDI_EnumerateMatchingInterfaces(HDEVINFO DeviceInfoSet,
}
RegCloseKey
(
subKey
);
}
/* Allow enumeration to continue */
l
=
ERROR_SUCCESS
;
}
}
if
(
enumKey
!=
INVALID_HANDLE_VALUE
)
...
...
@@ -2190,6 +2194,8 @@ static void SETUPDI_EnumerateMatchingDevices(HDEVINFO DeviceInfoSet,
}
RegCloseKey
(
subKey
);
}
/* Allow enumeration to continue */
l
=
ERROR_SUCCESS
;
}
}
}
...
...
@@ -2241,6 +2247,8 @@ static void SETUPDI_EnumerateDevices(HDEVINFO DeviceInfoSet, const GUID *class,
subKeyName
,
subKey
,
class
,
flags
);
RegCloseKey
(
subKey
);
}
/* Allow enumeration to continue */
l
=
ERROR_SUCCESS
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment