Modifica alla mungitura
git-svn-id: svn://10.65.10.50/trunk@3983 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bd4c211bec
commit
32b2c2c04d
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user