Skip to content

Commit

Permalink
Define processor/arch macros as zero if not set to one
Browse files Browse the repository at this point in the history
  • Loading branch information
uroni committed Jul 8, 2017
1 parent c1f791f commit 404c574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miniz_tinfl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 404c574

Please sign in to comment.