From: Marcel Raad Date: Mon, 27 Sep 2021 08:36:06 +0000 (+0200) Subject: config-win32ce: enable WinSock 2 X-Git-Tag: curl-7_80_0~163 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b7e56aab353188e7919cd941150abb77ffc4d97;p=thirdparty%2Fcurl.git config-win32ce: enable WinSock 2 WinSock 2.2 is supported by Windows CE .NET 4.1 (from 2002, out of support since 2013). Ref: https://docs.microsoft.com/en-us/previous-versions/windows/embedded/ms899586(v=msdn.10) Closes https://github.com/curl/curl/pull/7778 --- diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 2cf30e9b96..889028b269 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -111,10 +111,10 @@ #define HAVE_WINDOWS_H 1 /* Define if you have the header file. */ -/* #define HAVE_WINSOCK2_H 1 */ +#define HAVE_WINSOCK2_H 1 /* Define if you have the header file. */ -/* #define HAVE_WS2TCPIP_H 1 */ +#define HAVE_WS2TCPIP_H 1 /* ---------------------------------------------------------------- */ /* OTHER HEADER INFO */