diff Makefile.cross-mingw @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents 8e6caddfe117
children 7de6eb6d427c
line wrap: on
line diff
--- a/Makefile.cross-mingw	Wed Dec 07 11:58:54 2022 +0200
+++ b/Makefile.cross-mingw	Wed Dec 07 12:14:39 2022 +0200
@@ -36,8 +36,8 @@
 CFLAGS += \
 	-mconsole \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
-	-D_NO_BOOL_TYPEDEF \
 	-DHAVE_STRING_H \
+	-DHAVE_STDBOOL_H \
 	-DHAVE_INTTYPES_H
 
 LDFLAGS +=