mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix Windows warnings
This commit is contained in:

committed by
Alexander Medvednikov

parent
e577b40743
commit
1dadf9d966
2
thirdparty/vschannel/vschannel.c
vendored
2
thirdparty/vschannel/vschannel.c
vendored
@ -1092,5 +1092,3 @@ static void get_new_client_credentials(TlsContext *tls_ctx) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
4
thirdparty/vschannel/vschannel.h
vendored
4
thirdparty/vschannel/vschannel.h
vendored
@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <windows.h>
|
||||
#include <winsock.h>
|
||||
#include <wincrypt.h>
|
||||
#include <wintrust.h>
|
||||
@ -44,4 +44,4 @@ static DWORD verify_server_certificate(PCCERT_CONTEXT pServerCert, LPWSTR host,
|
||||
|
||||
static SECURITY_STATUS create_credentials(TlsContext *tls_ctx);
|
||||
|
||||
static void get_new_client_credentials(TlsContext *tls_ctx);
|
||||
static void get_new_client_credentials(TlsContext *tls_ctx);
|
||||
|
Reference in New Issue
Block a user