Re: Enabling NSZombieEnabled programatically
Re: Enabling NSZombieEnabled programatically
- Subject: Re: Enabling NSZombieEnabled programatically
- From: Scott Ribe <email@hidden>
- Date: Mon, 11 Jan 2010 10:16:10 -0700
- Thread-topic: Enabling NSZombieEnabled programatically
Typed too fast, duh, it would obviously have to be:
static int zombiefoo = EnableZombies();
int EnableZombies()
{
NSZombieEnabled = ...
return 0;
}
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden