Re: Building a universal IOKit kext for 10.4 and up
Re: Building a universal IOKit kext for 10.4 and up
- Subject: Re: Building a universal IOKit kext for 10.4 and up
- From: Chris Suter <email@hidden>
- Date: Fri, 18 Sep 2009 20:02:38 +1000
Hi Ron,
On Fri, Sep 18, 2009 at 7:58 PM, Chris Suter
<email@hidden> wrote:
You might be tempted to use the __LP64__ define, but that's not really what you should be switching on since it's the SDK version (MAC_OS_X_VERSION_MAX) that you really want to switch on.
Sorry, let me clarify that: you should, of course, use the __LP64__ define to switch on things that depend upon the 64 bit stuff, just don't use it to switch on things that depend on the SDK. Obvious really.
Kind regards,
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden