From: Alexander Strange Date: Sat, 31 Jan 2004 17:18:30 +0000 (+0000) Subject: Changing the define, because something in the system is using it X-Git-Tag: v1.3~48 X-Git-Url: http://git.ithinksw.org/MenuTunes.git/commitdiff_plain/5b87e582c5b178681b7869f0dc2674ec15056dc3 Changing the define, because something in the system is using it --- diff --git a/main.m b/main.m index bb0d67c..8c15d17 100755 --- a/main.m +++ b/main.m @@ -13,7 +13,7 @@ static const int (*ptp)(int,int,caddr_t,int) = ptrace; int main(int argc, const char *argv[]) { -#ifdef RELEASE +#ifdef MT_RELEASE ptp(PT_DENY_ATTACH,getpid(),NULL,0); #endif return NSApplicationMain(argc, argv);