(svn r664) Fix warning on MorphOS

This commit is contained in:
tron 2004-11-17 19:29:24 +00:00
parent 31184f974e
commit 9dd7c284f0
1 changed files with 2 additions and 0 deletions

2
sdl.c
View File

@ -13,6 +13,8 @@
#include <signal.h>
#ifdef __MORPHOS__
// The system supplied definition of SIG_DFL is wrong on MorphOS
#undef SIG_DFL
#define SIG_DFL (void (*)(int))0
#endif
#endif