Modifica alla mungitura

git-svn-id: svn://10.65.10.50/trunk@3983 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 1996-12-09 16:54:27 +00:00
parent bd4c211bec
commit 32b2c2c04d

View File

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