Skip to content

Commit 42167cb

Browse files
author
minggo
committed
Merge pull request #211 from MSOpenTech/v3-winrt-websockets
V3 winrt websockets
2 parents d636c18 + dcc1afb commit 42167cb

16 files changed

+1428
-146
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)