 Issue 5750789393874944:
  [IE] First round of ATL removal  (Closed)
    
  
    Issue 5750789393874944:
  [IE] First round of ATL removal  (Closed) 
  | Index: src/plugin/PluginMutex.cpp | 
| =================================================================== | 
| --- a/src/plugin/PluginMutex.cpp | 
| +++ b/src/plugin/PluginMutex.cpp | 
| @@ -19,6 +19,7 @@ | 
| m_hMutex = OpenMutexW( MUTEX_ALL_ACCESS, FALSE, mutex_name.c_str() ); | 
| if (m_hMutex == NULL) | 
| { | 
| + mutex_name = L"Local\\AdblockPlus" + name; | 
| m_hMutex = ::CreateMutexW( NULL, FALSE, mutex_name.c_str() ); | 
| if (m_hMutex == NULL) | 
| { |