mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Define value for printf of 64bits if not defined.
This commit is contained in:
@@ -71,4 +71,8 @@ Copyright (C) 2011-2021 Natalia Portillo
|
|||||||
#define B_FS_SUPPORTS_MONITOR_CHILDREN 0x00400000
|
#define B_FS_SUPPORTS_MONITOR_CHILDREN 0x00400000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef PRIu64
|
||||||
|
#define PRIu64 "ld"
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // AARU_FSTESTER_SETTER_SRC_BEOS_VOLUME_H_
|
#endif // AARU_FSTESTER_SETTER_SRC_BEOS_VOLUME_H_
|
||||||
|
|||||||
Reference in New Issue
Block a user