| 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) |
| { |