mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
net.http: fix crash on Windows when using Boehm GC (#14351)
This commit is contained in:
4
thirdparty/vschannel/vschannel.h
vendored
4
thirdparty/vschannel/vschannel.h
vendored
@ -20,6 +20,10 @@
|
||||
// Define here to be sure
|
||||
#define SP_PROT_TLS1_2_CLIENT 0x00000800
|
||||
|
||||
#if !defined(VSCHANNEL_REALLOC)
|
||||
#define VSCHANNEL_REALLOC realloc
|
||||
#endif
|
||||
|
||||
typedef struct TlsContext TlsContext;
|
||||
|
||||
TlsContext new_tls_context();
|
||||
|
Reference in New Issue
Block a user