mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
build: remove checks for WinSock 1
It's not supported anymore. Closes https://github.com/curl/curl/pull/7778
This commit is contained in:
parent
acfe94c08f
commit
c2ea04f92b
16 changed files with 5 additions and 158 deletions
|
|
@ -33,7 +33,6 @@ set(signature_call_conv)
|
|||
if(HAVE_WINDOWS_H)
|
||||
add_header_include(HAVE_WINSOCK2_H "winsock2.h")
|
||||
add_header_include(HAVE_WINDOWS_H "windows.h")
|
||||
add_header_include(HAVE_WINSOCK_H "winsock.h")
|
||||
set(_source_epilogue
|
||||
"${_source_epilogue}\n#ifndef WIN32_LEAN_AND_MEAN\n#define WIN32_LEAN_AND_MEAN\n#endif")
|
||||
set(signature_call_conv "PASCAL")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue