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 - HAVE_PROCESS_H
Summary: HAVE_PROCESS_H
Status: RESOLVED WONTFIX
Alias: None
Product: SDL
Classification: Unclassified
Component: main (show other bugs)
Version: HG 1.2
Hardware: x86 All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 09:02 UTC by Dmitry Yakimov
Modified: 2006-03-04 12:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.