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 185

Summary: [patch] "SDL_platform.h" and macintosh
Product: SDL Reporter: Anders F Bj <afb>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: max
Version: HG 1.2   
Hardware: PowerPC   
OS: Mac OS X (All)   
Attachments: SDL12-platform-mac.patch

Description Anders F Bj 2006-03-26 07:25:50 UTC
The current .h defines hardcode building for macintosh
(CFM) to mean Classic, which is not necessarily true...

It's good default, but should be able to be overridden
by the user for building oldstyle (CFM) Carbon programs.
Comment 1 Anders F Bj 2006-03-26 07:26:18 UTC
Created attachment 97 [details]
SDL12-platform-mac.patch
Comment 2 Sam Lantinga 2006-04-13 10:14:42 UTC
I just removed the target definitions from SDL_platform.h entirely, since they were causing other problems as well.  Thanks!