# HG changeset patch # User Matti Hamalainen # Date 1672052750 -7200 # Node ID 36621c3fe118008383f2a9a48d505b96b186b655 # Parent 9f9cf5c4b474c1053f37a326aa7e16973cb90e32 Do not define _NO_BOOL_TYPEDEF, it slipped in when copying the build system changes from another project and was never needed here. diff -r 9f9cf5c4b474 -r 36621c3fe118 Makefile.cross-mingw --- 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