mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-18 20:05:52 +01: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 |