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:
authorMichael Pavlyshko <me@mixaill.tk>2014-08-26 23:34:47 +0400
committerStefan Hacker <dd0t@users.sourceforge.net>2014-08-27 12:52:52 +0400
commit2c0c0edd973641372a1bd2bf7a6e0139b344a9f7 (patch)
tree469073722bd0efe2a7eb0cf8835316adc542ed32 /overlay/overlay_blacklist.h
parent09d6de198b76f5cae391d1699fa5711495605458 (diff)
Add Microsoft Visual Studio to overlay blacklist
Diffstat (limited to 'overlay/overlay_blacklist.h')
-rw-r--r--overlay/overlay_blacklist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 2378c5a5a..be732ddf2 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -65,6 +65,7 @@ static const char *overlayBlacklist[] = {
"IpOverUsbSvc.exe", // Windows Phone IP over USB Transport
"Origin.exe", // EA Origin
"HydraSysTray.exe", // Razer Hydra system tray
+ "devenv.exe", // Microsoft Visual Studio
NULL
};