We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 871

Summary: Use 10.5 APIs in X86_64
Product: SDL_mixer Reporter: C.W. Betts <computers57>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: enhancement    
Priority: P2 CC: computers57
Version: 1.2.8   
Hardware: x86_64   
OS: Mac OS X 10.6   
Attachments: patch to make 64-bit use non-depricated functions.

Description C.W. Betts 2009-11-02 00:16:21 UTC
Created attachment 439 [details]
patch to make 64-bit use non-depricated functions.

I noticed when looking through the SVN's source code that there were a few
functions that were available for 10.5, but were unused in the 64-bit code. 
This patch fixes that, as well as a spelling mistake in one of the functions.

Although I did use MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4, a
simple check of !__LP64__ could have been done instead.
Comment 1 Sam Lantinga 2009-11-02 00:22:02 UTC
This fix is in subversion, thanks!