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 153

Summary: HAVE_PROCESS_H
Product: SDL Reporter: Dmitry Yakimov <support>
Component: mainAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED WONTFIX QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: x86   
OS: All   

Description Dmitry Yakimov 2006-03-03 09:02:42 UTC
We use process.h file but not on all systems it is available.
For example WinCE missed it.
May be we shall add HAVE_PROCESS_H to configuration scripts?
Comment 1 Sam Lantinga 2006-03-04 12:59:58 UTC
I don't think we need to.  WinCE is the only Win32esque platform that doesn't have it.  I just ifndef _WIN32_WCE'd it. :)

We can reopen this if it comes up again.