Commit bc87983310bfe1694b9047b8bd8bc141fe2ada7e

Ozkan Sezer 2023-03-08T18:56:50

tests: added -DHAVE_SIGNAL_H to CFLAGS in watcom makefiles

diff --git a/test/Makefile.os2 b/test/Makefile.os2
index ee66409..0d5198e 100644
--- a/test/Makefile.os2
+++ b/test/Makefile.os2
@@ -9,6 +9,7 @@ INCPATH = -I"$(%WATCOM)/h/os2" -I"$(%WATCOM)/h"
 
 CFLAGS = -bt=os2 -d0 -q -bm -5s -fp5 -fpi87 -sg -oteanbmier -ei
 CFLAGS+= -wx -wcd=303
+CFLAGS+= -DHAVE_SIGNAL_H
 !ifeq ENABLE_WERROR 1
 CFLAGS+= -we
 !endif
diff --git a/test/Makefile.w32 b/test/Makefile.w32
index 02e68e8..63613e2 100644
--- a/test/Makefile.w32
+++ b/test/Makefile.w32
@@ -13,7 +13,7 @@ CFLAGS+= -wx -wcd=303
 CFLAGS+= -we
 !endif
 CFLAGS+= -DSDL_MAIN_HANDLED
-CFLAGS+= -DHAVE_OPENGL
+CFLAGS+= -DHAVE_OPENGL -DHAVE_SIGNAL_H
 GLLIBS = opengl32.lib
 
 TNSRCS = testnative.c testnativew32.c