From 5b87e582c5b178681b7869f0dc2674ec15056dc3 Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Sat, 31 Jan 2004 17:18:30 +0000 Subject: [PATCH] Changing the define, because something in the system is using it --- main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1