mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[MSI] Really silence DllRegisterServer MessageBoxes. Addendum to r71483. Spotted by Peter Hater. CORE-11244
svn path=/trunk/; revision=71497
This commit is contained in:
parent
5141cdee91
commit
31406b0c21
1 changed files with 1 additions and 1 deletions
|
@ -4769,7 +4769,7 @@ static UINT ACTION_RemoveIniValues( MSIPACKAGE *package )
|
|||
|
||||
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[] =
|
||||
|
|
Loading…
Reference in a new issue