equal
deleted
inserted
replaced
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.. */ |