mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
replace: make the INT64_MAX define more portable
This commit is contained in:
parent
b40fb6eec5
commit
fa98ef112b
@ -587,7 +587,7 @@ int rep_strerror_r(int errnum, char *buf, size_t buflen);
|
||||
#endif
|
||||
|
||||
#ifndef INT64_MAX
|
||||
#define INT64_MAX 9223372036854775807
|
||||
#define INT64_MAX 9223372036854775807LL
|
||||
#endif
|
||||
|
||||
#ifndef CHAR_BIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user