1
0
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:
Matthieu Patou 2012-09-08 00:12:51 -07:00 committed by Matthieu Patou
parent e5ecef6639
commit f2ec75c7df

View File

@ -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"