diff options
author | René Korthaus <[email protected]> | 2017-08-04 10:46:04 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-08-04 10:48:41 +0200 |
commit | b717ec3d228719eb0401b2e61d717edca704c899 (patch) | |
tree | 3dda4a8404bed481f29369b74b46aeaa1b2222f4 /src/build-data/os/windows.txt | |
parent | 8a29dc8209c6e93581075bbc4c39ff5bf0cdace5 (diff) |
Add support for Windows sockets to http_util
Based on the work by @slicer4ever, adds support for
Windows sockets to http_util. As a bonus, we get Windows support
for tls_client and tls_server CLI.
Diffstat (limited to 'src/build-data/os/windows.txt')
-rw-r--r-- | src/build-data/os/windows.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index 679dfe651..2a5e9bd96 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -23,6 +23,7 @@ rtlsecurezeromemory stl_filesystem_msvc threads filesystem +sockets </target_features> <aliases> |