mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=18305
This commit is contained in:
parent
9a0d62abb9
commit
69d5c43dbd
1 changed files with 1 additions and 1 deletions
|
@ -3545,7 +3545,7 @@ SetupDiBuildDriverInfoList(
|
||||||
LPWSTR HardwareIDs = NULL;
|
LPWSTR HardwareIDs = NULL;
|
||||||
LPWSTR CompatibleIDs = NULL;
|
LPWSTR CompatibleIDs = NULL;
|
||||||
FILETIME DriverDate;
|
FILETIME DriverDate;
|
||||||
DWORDLONG DriverVersion;
|
DWORDLONG DriverVersion = 0;
|
||||||
DWORD RequiredSize;
|
DWORD RequiredSize;
|
||||||
BOOL ret = FALSE;
|
BOOL ret = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue