mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-01 05:57:16 +01:00
5 lines
119 B
C
5 lines
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);
|