mirror of
https://github.com/reactos/reactos.git
synced 2025-03-01 03:45:16 +00:00
[SETUPAPI] Prepare for wine sync -- __REACTOS__-specific code
This commit is contained in:
parent
6f31d758d5
commit
56f9b09bcd
1 changed files with 3 additions and 0 deletions
|
@ -1392,6 +1392,8 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
|
|||
{
|
||||
BOOL ret;
|
||||
int i;
|
||||
|
||||
#ifdef __REACTOS__
|
||||
struct needs_callback_info needs_info;
|
||||
|
||||
/* Parse 'Include' and 'Needs' directives */
|
||||
|
@ -1407,6 +1409,7 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
|
|||
needs_info.devinfo = devinfo;
|
||||
needs_info.devinfo_data = devinfo_data;
|
||||
iterate_section_fields( hinf, section, Needs, needs_callback, &needs_info);
|
||||
#endif
|
||||
|
||||
if (flags & SPINST_FILES)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue