mirror of
				https://github.com/bytecodealliance/wasm-micro-runtime.git
				synced 2025-10-31 05:11:19 +00:00 
			
		
		
		
	Merge pull request #3897 from bafadumi/main
fix(uwp): Gate NTSTATUS definition behind WINAPI_PARTITION_DESKTOP for UWP build
This commit is contained in:
		
						commit
						58f242f357
					
				|  | @ -10,9 +10,11 @@ | |||
| #define NANOSECONDS_PER_SECOND 1000000000ULL | ||||
| #define NANOSECONDS_PER_TICK 100 | ||||
| 
 | ||||
| #if WINAPI_PARTITION_DESKTOP | ||||
| extern NTSTATUS | ||||
| NtQueryTimerResolution(PULONG MinimumResolution, PULONG MaximumResolution, | ||||
|                        PULONG CurrentResolution); | ||||
| #endif | ||||
| 
 | ||||
| static __wasi_errno_t | ||||
| calculate_monotonic_clock_frequency(uint64 *out_frequency) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Marcin Kolny
						Marcin Kolny