mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
parent
420c4a7abf
commit
16173c0798
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ DeviceInstallThread(LPVOID lpParameter)
|
||||||
|
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
UINT32 devListSize;
|
ULONG devListSize;
|
||||||
DWORD status = PNP_GetDeviceListSize(NULL, NULL, &devListSize, 0);
|
DWORD status = PNP_GetDeviceListSize(NULL, NULL, &devListSize, 0);
|
||||||
if (status != CR_SUCCESS)
|
if (status != CR_SUCCESS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue