Changing the define, because something in the system is using it
[MenuTunes.git] / main.m
diff --git a/main.m b/main.m
index bb0d67c..8c15d17 100755 (executable)
--- 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);