mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +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 CompatibleIDs = NULL;
|
||||
FILETIME DriverDate;
|
||||
DWORDLONG DriverVersion;
|
||||
DWORDLONG DriverVersion = 0;
|
||||
DWORD RequiredSize;
|
||||
BOOL ret = FALSE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue