Skip to content

Commit

Permalink
don't define UINT64_MAX if already defined
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Feb 6, 2009
1 parent a1052df commit 00e6b71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lzma_header.c
Expand Up @@ -22,7 +22,9 @@
Header parsing
****************/

#ifndef UINT64_MAX
#define UINT64_MAX ((unsigned long long) -1)
#endif

/* Parse the properties byte */
static char
Expand Down

0 comments on commit 00e6b71

Please sign in to comment.