From 6a77942066577437fc028d5e7e3e6735c0e2d6a2 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Wed, 19 Dec 2018 09:38:01 +0100 Subject: [PATCH] Make WebSockets work on Windows --- src/StaticDispatch.h | 3 +++ uSockets | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/StaticDispatch.h b/src/StaticDispatch.h index ca70e9b..35d9bc7 100644 --- a/src/StaticDispatch.h +++ b/src/StaticDispatch.h @@ -40,6 +40,9 @@ #define us_ssl_socket_context_loop us_socket_context_loop #define us_ssl_socket_get_context us_socket_get_context #define us_ssl_socket_context_listen us_socket_context_listen +#define us_ssl_socket_context_adopt_socket us_socket_context_adopt_socket +#define us_create_child_ssl_socket_context us_create_child_socket_context +#define us_ssl_socket_shutdown us_socket_shutdown #endif namespace uWS { diff --git a/uSockets b/uSockets index b1f18bc..f03dd34 160000 --- a/uSockets +++ b/uSockets @@ -1 +1 @@ -Subproject commit b1f18bcab36f6a01032dc5664dedf5810b5910e3 +Subproject commit f03dd348479a59473c244bf264adad60fdf41237