Author: akhaldi
Date: Wed Jul 27 21:38:56 2016
New Revision: 72028
URL: http://svn.reactos.org/svn/reactos?rev=72028&view=rev
Log:
[SETUPAPI] CORE-11689 is enough documentation for the issue, so we don't really need to mention it in every single build.
Modified:
trunk/reactos/dll/win32/setupapi/install.c
Modified: trunk/reactos/dll/win32/setupapi/install.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/install…
==============================================================================
--- trunk/reactos/dll/win32/setupapi/install.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/install.c [iso-8859-1] Wed Jul 27 21:38:56 2016
@@ -1583,8 +1583,6 @@
{
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
}