Define processor/arch macros as zero if not set to one
This commit is contained in:
parent
c1f791f81b
commit
404c574eba
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user