mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
osX define uint64_t as long long int
This commit is contained in:
parent
e5ecef6639
commit
f2ec75c7df
@ -61,7 +61,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef __PRI64_PREFIX
|
||||
# if __WORDSIZE == 64
|
||||
# if __WORDSIZE == 64 && ! defined __APPLE__
|
||||
# define __PRI64_PREFIX "l"
|
||||
# else
|
||||
# define __PRI64_PREFIX "ll"
|
||||
|
Loading…
Reference in New Issue
Block a user