[SETUPAPI] Prepare for wine sync -- __REACTOS__-specific code

This commit is contained in:
Hermès Bélusca-Maïto 2024-01-04 21:44:37 +01:00
parent 6f31d758d5
commit 56f9b09bcd
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -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)
{