Changeset 3079
- Timestamp:
- 02/02/2012 22:16:58 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/BoxTime.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/BoxTime.h
r2845 r3079 12 12 13 13 // Time is presented as an unsigned 64 bit integer, in microseconds 14 typedef uint64_t box_time_t;14 typedef int64_t box_time_t; 15 15 16 16 #define NANO_SEC_IN_SEC (1000000000LL)
Note: See TracChangeset
for help on using the changeset viewer.
