2
0
Эх сурвалжийг харах

Fixed HAVE_SIGNAL_SUPPORT typo in commit 63f307fe1fa662dbf2ffb2d2194d2d8b3191257d (thanks @sezero!)

Sam Lantinga 2 жил өмнө
parent
commit
bb5568ac4f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/events/SDL_quit.c

+ 1 - 1
src/events/SDL_quit.c

@@ -31,7 +31,7 @@
 #include "SDL_events.h"
 #include "SDL_events_c.h"
 
-#if defined(HAVE_SIGNAL_H) && defined(HAVE_SIGACTION)
+#if defined(HAVE_SIGNAL_H) || defined(HAVE_SIGACTION)
 #define HAVE_SIGNAL_SUPPORT 1
 #endif