MediaPlayer: some 64 bit fixes

This commit is contained in:
Jérôme Duval
2013-05-04 11:15:41 +02:00
parent b01fc26d76
commit 843a122fd9
17 changed files with 60 additions and 48 deletions
+3
View File
@@ -146,6 +146,9 @@ typedef generic_addr_t generic_size_t;
/* time_t */
#define B_PRIdTIME B_PRId32
#define B_PRIiTIME B_PRIi32
/* bigtime_t */
#define B_PRIdBIGTIME B_PRId64
#define B_PRIiBIGTIME B_PRIi64
/* Printed width of a pointer with the %p format (minus 0x prefix). */