• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Determining which SDK I'm compiling against
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Determining which SDK I'm compiling against (From: Andrew Thompson <email@hidden>)

  • Prev by Date: Re: Global hotkeys
  • Next by Date: Using External C Libraries with Objective-C
  • Previous by thread: Determining which SDK I'm compiling against
  • Next by thread: Using External C Libraries with Objective-C
  • Index(es):
    • Date
    • Thread