Define value for printf of 64bits if not defined.

This commit is contained in:
2021-04-28 09:20:16 +01:00
parent 2bbe1505d7
commit 878b16a1c1

View File

@@ -71,4 +71,8 @@ Copyright (C) 2011-2021 Natalia Portillo
#define B_FS_SUPPORTS_MONITOR_CHILDREN 0x00400000
#endif
#ifndef PRIu64
#define PRIu64 "ld"
#endif
#endif // AARU_FSTESTER_SETTER_SRC_BEOS_VOLUME_H_