Define processor/arch macros as zero if not set to one

This commit is contained in:
Martin
2017-07-08 13:37:05 +02:00
parent c1f791f81b
commit 404c574eba

View File

@@ -117,6 +117,8 @@ typedef struct
#if MINIZ_HAS_64BIT_REGISTERS
#define TINFL_USE_64BIT_BITBUF 1
#else
#define TINFL_USE_64BIT_BITBUF 0
#endif
#if TINFL_USE_64BIT_BITBUF