Re: Determining which SDK I'm compiling against
Re: Determining which SDK I'm compiling against
- Subject: Re: Determining which SDK I'm compiling against
- From: Larry Fransson <email@hidden>
- Date: Wed, 15 Sep 2004 21:56:46 -0700
On Sep 15, 2004, at 20:59, Andrew Thompson wrote:
Hi all,
I want to use a constant (enum value) that's only available on Panther. Something like this
#include <Appearance.h>
#ifdef PANTHER_OR_LATER //how does one do this?
FOO=kThemeResizeUpCursor
#else
FOO=19
#endif
I found this
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
in the NSAccessability.h file.
Larry Fransson
Seattle, WA
_______________________________________________
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