aboutsummaryrefslogtreecommitdiff
path: root/ports/winsock2/CONTROL
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-11-11 22:43:07 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-11-11 22:46:04 -0800
commit6732d76e14678b51a69a8ae4b151e3d4fce6edaf (patch)
tree5bf3c48d5b16c0b1cceb477edbb3432fea0d8849 /ports/winsock2/CONTROL
parente4786a054d53d1c7f3f1ae24ce6004733af61a43 (diff)
downloadvcpkg-6732d76e14678b51a69a8ae4b151e3d4fce6edaf.tar.gz
vcpkg-6732d76e14678b51a69a8ae4b151e3d4fce6edaf.zip
Fix header conflict caused by wincrypt/winsock2 and older Windows SDKs
If a project was using Windows 7 SDK and vcpkg was integrated, the project would fail to build (the vcpkg ports use Windows 8.1/10 SDK)
Diffstat (limited to 'ports/winsock2/CONTROL')
-rw-r--r--ports/winsock2/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/winsock2/CONTROL b/ports/winsock2/CONTROL
index 4b56e50bf..298fd7ebd 100644
--- a/ports/winsock2/CONTROL
+++ b/ports/winsock2/CONTROL
@@ -1,3 +1,3 @@
Source: winsock2
-Version: 0.0
+Version: 0.0-1
Description: Windows Sockets. \ No newline at end of file