mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +00:00
[SETUPAPI]: Temporarily remove the error popup since setupapi_winetest pops it out unexpectedly. We don't lose functionality wrt. what we had before r72008 (or with what Wine currently has).
CORE-11689 svn path=/trunk/; revision=72021
This commit is contained in:
parent
1044e92a20
commit
9bd7b2e1f0
1 changed files with 4 additions and 0 deletions
|
@ -1577,11 +1577,15 @@ cleanup:
|
||||||
if ( hinf != INVALID_HANDLE_VALUE )
|
if ( hinf != INVALID_HANDLE_VALUE )
|
||||||
SetupCloseInfFile( hinf );
|
SetupCloseInfFile( hinf );
|
||||||
|
|
||||||
|
#ifdef CORE_11689_IS_FIXED
|
||||||
// TODO: Localize the error string.
|
// TODO: Localize the error string.
|
||||||
if (!ret && !(GlobalSetupFlags & PSPGF_NONINTERACTIVE))
|
if (!ret && !(GlobalSetupFlags & PSPGF_NONINTERACTIVE))
|
||||||
{
|
{
|
||||||
MessageBoxW(hwnd, section, L"setupapi.dll: An error happened...", MB_ICONERROR | MB_OK);
|
MessageBoxW(hwnd, section, L"setupapi.dll: An error happened...", MB_ICONERROR | MB_OK);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#pragma message("We need to understand why setupapi_winetest fails before reenabling the error popup in InstallHinfSectionW. CORE-11689")
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue