Author: akhaldi Date: Thu Jun 2 08:55:58 2016 New Revision: 71497
URL: http://svn.reactos.org/svn/reactos?rev=71497&view=rev Log: [MSI] Really silence DllRegisterServer MessageBoxes. Addendum to r71483. Spotted by Peter Hater. CORE-11244
Modified: trunk/reactos/dll/win32/msi/action.c
Modified: trunk/reactos/dll/win32/msi/action.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msi/action.c?rev=... ============================================================================== --- trunk/reactos/dll/win32/msi/action.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/msi/action.c [iso-8859-1] Thu Jun 2 08:55:58 2016 @@ -4769,7 +4769,7 @@
static void register_dll( const WCHAR *dll, BOOL unregister ) { -#ifdef __REACTOS_ +#ifdef __REACTOS__ static const WCHAR regW[] = {'r','e','g','s','v','r','3','2','.','e','x','e',' ','/','s',' ','"','%','s','"',0}; static const WCHAR unregW[] =