mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
5 lines
No EOL
119 B
C
5 lines
No EOL
119 B
C
#pragma once
|
|
#include <bfc/platform/types.h>
|
|
typedef uint64_t mkv_date_t;
|
|
|
|
__time64_t mkv_date_as_time_t(mkv_date_t d); |