diff Makefile.w32 @ 457:85fa3d333556

Actually, revert the boolean changes .. meh.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 23:09:29 +0200
parents efd33accdc81
children
line wrap: on
line diff
--- a/Makefile.w32	Tue Jan 02 22:57:47 2018 +0200
+++ b/Makefile.w32	Tue Jan 02 23:09:29 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
+
 
 
 ###