mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
fix(uwp): Gate NTSTATUS definition behind WINAPI_PARTITION_DESKTOP for UWP builds
This commit is contained in:
parent
bf78863c56
commit
397f663349
|
@ -10,9 +10,11 @@
|
||||||
#define NANOSECONDS_PER_SECOND 1000000000ULL
|
#define NANOSECONDS_PER_SECOND 1000000000ULL
|
||||||
#define NANOSECONDS_PER_TICK 100
|
#define NANOSECONDS_PER_TICK 100
|
||||||
|
|
||||||
|
#if WINAPI_PARTITION_DESKTOP
|
||||||
extern NTSTATUS
|
extern NTSTATUS
|
||||||
NtQueryTimerResolution(PULONG MinimumResolution, PULONG MaximumResolution,
|
NtQueryTimerResolution(PULONG MinimumResolution, PULONG MaximumResolution,
|
||||||
PULONG CurrentResolution);
|
PULONG CurrentResolution);
|
||||||
|
#endif
|
||||||
|
|
||||||
static __wasi_errno_t
|
static __wasi_errno_t
|
||||||
calculate_monotonic_clock_frequency(uint64 *out_frequency)
|
calculate_monotonic_clock_frequency(uint64 *out_frequency)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user