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

Summary: [patch] SDL_config_macos.h and int/long
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 Classic   
Attachments: SDL12-config-mac.patch

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!