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 815

Summary: Include error with Open Watcom
Product: SDL Reporter: Daniele Forghieri <ow_sdl>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows (XP)   
Attachments: include change to compile wityh Open Watcom
Patch to use stdlib.h with Open Watcom

Description Daniele Forghieri 2009-09-30 15:43:47 UTC
int32_t/int64_t are type avaible witch open watcom, as M_PI

This patch permit teh compilation witch Open atcom
Comment 1 Daniele Forghieri 2009-10-04 01:15:48 UTC
Created attachment 389 [details]
include change to compile wityh Open Watcom
Comment 2 Daniele Forghieri 2009-10-12 02:57:03 UTC
Created attachment 412 [details]
Patch to use stdlib.h with Open Watcom

Open Watcom 1.8 has <stdlib.h> so instead of patch the single part when stdlib features are used we use directly the include file as with GCC.
Comment 3 Sam Lantinga 2009-12-15 12:15:53 UTC
This patch is in subversion, thanks!