mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
10 lines
No EOL
180 B
C
10 lines
No EOL
180 B
C
#pragma once
|
|
#include "../../foundation/types.h"
|
|
#include "../../nx/nxapi.h"
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
typedef uint64_t nx_time_unix_64_t;
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |