Co-Authored-By: Josh Tynjala <joshtynjala@users.noreply.github.com>
This commit is contained in:
committed by
Josh Tynjala
parent
54516f8693
commit
8d81a0fc8e
6
project/lib/custom/hl-ssl/threading_alt.h
Normal file
6
project/lib/custom/hl-ssl/threading_alt.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <windows.h>
|
||||
|
||||
typedef struct {
|
||||
CRITICAL_SECTION cs;
|
||||
char is_valid;
|
||||
} mbedtls_threading_mutex_t;
|
||||
Reference in New Issue
Block a user