changeset 2475:a79185b722a5

Do not define _NO_BOOL_TYPEDEF, it slipped in when copying the build system changes from another project and was never needed here.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Dec 2022 11:02:58 +0200
parents 99b5c29e65e3
children 4b24fa290519
files Makefile.cross-mingw
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Sat Dec 17 11:02:37 2022 +0200
+++ b/Makefile.cross-mingw	Mon Dec 26 11:02:58 2022 +0200
@@ -35,7 +35,6 @@
 CFLAGS += \
 	-mconsole \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
-	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
 	-DHAVE_STDBOOL_H \
 	-DHAVE_INTTYPES_H