mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=20395
This commit is contained in:
parent
37faec1dc1
commit
f1b42e60e0
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
|
||||||
{
|
{
|
||||||
SP_DEVINSTALL_PARAMS_W install_params;
|
SP_DEVINSTALL_PARAMS_W install_params;
|
||||||
struct files_callback_info info;
|
struct files_callback_info info;
|
||||||
HSPFILEQ queue;
|
HSPFILEQ queue = NULL;
|
||||||
BOOL use_custom_queue;
|
BOOL use_custom_queue;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue