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