From cb11c8aa5685d7645408815533d0e62556e18cce Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 27 Jul 2016 21:38:56 +0000 Subject: [PATCH] [SETUPAPI] CORE-11689 is enough documentation for the issue, so we don't really need to mention it in every single build. svn path=/trunk/; revision=72028 --- reactos/dll/win32/setupapi/install.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/dll/win32/setupapi/install.c b/reactos/dll/win32/setupapi/install.c index a6496f9aaeb..0d5ef961dd9 100644 --- a/reactos/dll/win32/setupapi/install.c +++ b/reactos/dll/win32/setupapi/install.c @@ -1583,8 +1583,6 @@ cleanup: { 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 }