mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-01-26 10:04:16 +01:00
fix: use pointer instead of long, which won't work on Windows
This commit is contained in:
parent
d713d86af1
commit
9db113b5b7
|
|
@ -233,7 +233,7 @@ typedef sem_t cksem_t;
|
|||
|
||||
#define NO_MD5 (!(HASH_CHECK) && !(HAS_MD5))
|
||||
|
||||
#define BITS32 (sizeof(long) == 4)
|
||||
#define BITS32 (sizeof(void*) == 4)
|
||||
|
||||
#define CTYPE_NONE 3
|
||||
#define CTYPE_BZIP2 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue