7 lines
108 B
C
7 lines
108 B
C
#include <windows.h>
|
|
|
|
typedef struct {
|
|
CRITICAL_SECTION cs;
|
|
char is_valid;
|
|
} mbedtls_threading_mutex_t;
|