https://git.reactos.org/?p=reactos.git;a=commitdiff;h=16173c0798f1dd8cdf5e36deca5559a5dd870268
commit 16173c0798f1dd8cdf5e36deca5559a5dd870268 Author: Victor Perevertkin <[email protected]> AuthorDate: Fri Mar 19 09:14:05 2021 +0300 Commit: Victor Perevertkin <[email protected]> CommitDate: Fri Mar 19 09:14:05 2021 +0300 [UMPNPMGR] Fix GCC build Addendum to 420c4a7abfe14decc624aa9626e8871c9de267e6 --- base/services/umpnpmgr/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/services/umpnpmgr/install.c b/base/services/umpnpmgr/install.c index afe3c9fc0ca..dae3e649254 100644 --- a/base/services/umpnpmgr/install.c +++ b/base/services/umpnpmgr/install.c @@ -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) {
