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

See Also:


Attachments
SDL12-config-mac.patch (706 bytes, patch)
2006-03-26 07:20 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:19:55 UTC
The current definition of int32_t, uint32_t, uintptr_t
doesn't match what the Mac system headers already have...

Since it's an old 16/32 bit platform, the system headers
expect the types to use "long" and not "int" like they do.
Comment 1 Anders F Bj 2006-03-26 07:20:53 UTC
Created attachment 96 [details]
SDL12-config-mac.patch
Comment 2 Sam Lantinga 2006-04-12 10:38:49 UTC
This is in CVS, thanks!