Skip to content

Commit dcc1afb

Browse files
committed
updated win10 and windows 8.1 to version 15c92b1
1 parent 85d2f17 commit dcc1afb

12 files changed

+1428
-36
lines changed

websockets/include/win10/lws_config.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define LWS_LIBRARY_VERSION_NUMBER (LWS_LIBRARY_VERSION_MAJOR*1000000)+(LWS_LIBRARY_VERSION_MINOR*1000)+LWS_LIBRARY_VERSION_PATCH
2525

2626
/* The current git commit hash that we're building from */
27-
/* #undef LWS_BUILD_HASH */
27+
#define LWS_BUILD_HASH "0db326a"
2828

2929
/* Build with OpenSSL support */
3030
/* #undef LWS_OPENSSL_SUPPORT */
@@ -54,7 +54,7 @@
5454
#define LWS_NO_DAEMONIZE
5555

5656
/* Build without server support */
57-
#define LWS_NO_SERVER
57+
/* #undef LWS_NO_SERVER */
5858

5959
/* Build without client support */
6060
/* #undef LWS_NO_CLIENT */

0 commit comments

Comments
 (0)