diff Makefile.w32 @ 453:efd33accdc81

Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase. Introduce optional but default use of stdbool.h.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 22:56:03 +0200
parents 8c3b3d8009f6
children 85fa3d333556
line wrap: on
line diff
--- a/Makefile.w32	Wed Oct 25 22:32:07 2017 +0300
+++ b/Makefile.w32	Tue Jan 02 22:56:03 2018 +0200
@@ -11,7 +11,7 @@
 
 # Compiler flags and linker flags
 CFLAGS += -DHAVE_STRING_H -DTH_BYTEORDER=TH_LITTLE_ENDIAN -mconsole
-
+CFLAGS += -DHAVE_STDBOOL_H
 
 
 ###