Files
lime/project/lib/custom/hl-ssl/threading_alt.h
2025-08-22 15:43:26 -07:00

7 lines
108 B
C

#include <windows.h>
typedef struct {
CRITICAL_SECTION cs;
char is_valid;
} mbedtls_threading_mutex_t;