changeset 399:36621c3fe118

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 13:05:50 +0200
parents 9f9cf5c4b474
children b095a35a0848
files Makefile.cross-mingw
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Sun Dec 11 02:10:17 2022 +0200
+++ b/Makefile.cross-mingw	Mon Dec 26 13:05:50 2022 +0200
@@ -24,7 +24,6 @@
 CFLAGS += \
 	-mconsole \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
-	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
 	-DHAVE_STDBOOL_H \
 	-DHAVE_INTTYPES_H