diff 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
line wrap: on
line diff
--- a/src/events/SDL_quit.c	Wed Sep 28 11:36:20 2005 +0000
+++ b/src/events/SDL_quit.c	Thu Sep 29 09:43:00 2005 +0000
@@ -27,6 +27,10 @@
 
 /* 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>