comparison src/events/SDL_quit.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 28ac87a38c17
children c9b51268668f
comparison
equal deleted inserted replaced
1151:be9c9c8f6d53 1152:51a8702d8ecd
24 static char rcsid = 24 static char rcsid =
25 "@(#) $Id$"; 25 "@(#) $Id$";
26 #endif 26 #endif
27 27
28 /* General quit handling code for SDL */ 28 /* General quit handling code for SDL */
29
30 #if defined (_WIN32_WCE)
31 #define NO_SIGNAL_H
32 #endif
29 33
30 #include <stdio.h> 34 #include <stdio.h>
31 #ifndef NO_SIGNAL_H 35 #ifndef NO_SIGNAL_H
32 #include <signal.h> 36 #include <signal.h>
33 #endif 37 #endif