| Summary: | Use 10.5 APIs in X86_64 | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | C.W. Betts <computers57> |
| Component: | misc | Assignee: | 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. | ||
This fix is in subversion, thanks! |
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.