Re: Tiger-style toolbars
Re: Tiger-style toolbars
- Subject: Re: Tiger-style toolbars
- From: Jim Correia <email@hidden>
- Date: Fri, 18 Nov 2005 10:04:47 -0500
On Nov 18, 2005, at 10:01 AM, I. Savant wrote:
You can do things only for specific OS versions by using the
following:
#ifdef MAC_OS_X_VERSION_10_4
//10.4-specific code here
#endif
Only if you want to ship different binaries for different OS targets.
The pre-processor acts at compile time.
Jim
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden