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 931

Summary: Clean up assertion code
Product: SDL Reporter: Sam Lantinga <slouken>
Component: *don't know*Assignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2    
Version: HG 2.0   
Hardware: All   
OS: All   

Description Sam Lantinga 2010-01-13 20:46:04 UTC
Change _WINDOWS define to something used by SDL_platform.h, check for stdio before using it, look at where SDL_ExitProcess() should go, etc.

Low priority cleanup on the new assert system.
Comment 1 Sam Lantinga 2011-01-20 18:44:27 UTC
Fixed!
http://hg.libsdl.org/SDL/rev/eae20af0b983

I decided to punt on the stdio.h checking.  If a platform doesn't have stdio, we'll tackle it then.