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 - [patch] "SDL_platform.h" and macintosh
Summary: [patch] "SDL_platform.h" and macintosh
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 1.2
Hardware: PowerPC Mac OS X (All)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-26 07:25 UTC by Anders F Bj
Modified: 2006-04-13 10:14 UTC (History)
1 user (show)

See Also:


Attachments
SDL12-platform-mac.patch (666 bytes, patch)
2006-03-26 07:26 UTC, Anders F Bj
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!