Mercurial > sdl-ios-xcode
comparison src/SDL_fatal.c @ 1152:51a8702d8ecd
Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at
activekitten.com.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 29 Sep 2005 09:43:00 +0000 |
parents | 863da1c38c7e |
children | c9b51268668f |
comparison
equal
deleted
inserted
replaced
1151:be9c9c8f6d53 | 1152:51a8702d8ecd |
---|---|
23 #ifdef SAVE_RCSID | 23 #ifdef SAVE_RCSID |
24 static char rcsid = | 24 static char rcsid = |
25 "@(#) $Id$"; | 25 "@(#) $Id$"; |
26 #endif | 26 #endif |
27 | 27 |
28 #ifdef _WIN32_WCE | |
29 #define NO_SIGNAL_H | |
30 #endif | |
31 | |
28 /* General fatal signal handling code for SDL */ | 32 /* General fatal signal handling code for SDL */ |
29 | 33 |
30 #ifdef NO_SIGNAL_H | 34 #ifdef NO_SIGNAL_H |
31 | 35 |
32 /* No signals on this platform, nothing to do.. */ | 36 /* No signals on this platform, nothing to do.. */ |