Files
LNXRNT/Kinc/Backends/System/Microsoft/Sources/kinc/backend/semaphore.h
2025-01-29 10:55:49 +01:00

6 lines
71 B
C

#pragma once
typedef struct {
void *handle;
} kinc_semaphore_impl_t;