From 32b2c2c04d1945fdd2e8e83927a5c46523a097b5 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 9 Dec 1996 16:54:27 +0000 Subject: [PATCH] Modifica alla mungitura git-svn-id: svn://10.65.10.50/trunk@3983 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/xvtility.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/xvtility.cpp b/include/xvtility.cpp index 428700df5..c1a5b4b7e 100755 --- a/include/xvtility.cpp +++ b/include/xvtility.cpp @@ -177,8 +177,11 @@ BOOL deny_another_instance() BOOL allow_another_instance() { -#ifdef __NOMUNGE__ - return FALSE; +#ifdef DBG + const bool noMunge = getenv("NOMUNGE") != NULL; + + if (noMunge) + return FALSE; #endif if ( npHookLoadModule )