mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[WINESYNC] setupapi: Set LastError on success in SetupInstallFromInfSectionW.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45167 Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id d45e6814d67c1f1a2eb6023f0fb5574d560fd9b8 by Austin English <austinenglish@gmail.com>
This commit is contained in:
parent
6ec980b745
commit
7eb63d6fd3
2 changed files with 2 additions and 1 deletions
|
@ -1543,6 +1543,7 @@ BOOL WINAPI SetupInstallFromInfSectionW( HWND owner, HINF hinf, PCWSTR section,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
SetLastError(ERROR_SUCCESS);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ files:
|
|||
dlls/setupapi/misc.c: dll/win32/setupapi/misc.c
|
||||
dlls/setupapi/stubs.c: dll/win32/setupapi/stubs.c
|
||||
tags:
|
||||
wine: 074345edd6147a44b1311780c073f13d8114b726
|
||||
wine: d45e6814d67c1f1a2eb6023f0fb5574d560fd9b8
|
||||
|
|
Loading…
Reference in a new issue