mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
fixed uninitialized variable warning
svn path=/trunk/; revision=20395
This commit is contained in:
@@ -866,7 +866,7 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
|
||||
{
|
||||
SP_DEVINSTALL_PARAMS_W install_params;
|
||||
struct files_callback_info info;
|
||||
HSPFILEQ queue;
|
||||
HSPFILEQ queue = NULL;
|
||||
BOOL use_custom_queue;
|
||||
BOOL ret;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user