Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at

activekitten.com.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401155
This commit is contained in:
Ryan C. Gordon 2005-09-29 09:43:00 +00:00
parent 91121c3104
commit ba06fd388b
13 changed files with 211 additions and 41 deletions

View file

@ -27,6 +27,10 @@ static char rcsid =
/* General quit handling code for SDL */
#if defined (_WIN32_WCE)
#define NO_SIGNAL_H
#endif
#include <stdio.h>
#ifndef NO_SIGNAL_H
#include <signal.h>