Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'overlay')
-rw-r--r--overlay/lib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/lib.cpp b/overlay/lib.cpp
index a31b5c241..d0b5ee26b 100644
--- a/overlay/lib.cpp
+++ b/overlay/lib.cpp
@@ -502,7 +502,7 @@ extern "C" BOOL WINAPI DllMain(HINSTANCE, DWORD fdwReason, LPVOID) {
char *p = strrchr(procname, '\\');
if (p) {
- if (_stricmp(p+1, "mumble.exe")==0)
+ if ((_stricmp(p+1, "mumble.exe")==0) || (_stricmp(p+1, "mumble11x.exe")==0))
bMumble = TRUE;
int i =0;
while (blacklist[i]) {