mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-28 17:18:33 +00:00
10 lines
180 B
C
10 lines
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 |