CURLSYS_PULL_WS2TCPIP_H got renamed to CURL_PULL_WS2TCPIP_H in commit
73a2fcea0b.
This commit is contained in:
Marcel Raad 2017-06-14 21:49:47 +02:00
Родитель adef394ac5
Коммит 31a67ac1f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B4668817AE6D6CD4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -438,9 +438,9 @@
# define CURL_TYPEOF_CURL_SOCKLEN_T int
#endif
/* CURLSYS_PULL_WS2TCPIP_H is defined above when inclusion of header file */
/* CURL_PULL_WS2TCPIP_H is defined above when inclusion of header file */
/* ws2tcpip.h is required here to properly make type definitions below. */
#ifdef CURLSYS_PULL_WS2TCPIP_H
#ifdef CURL_PULL_WS2TCPIP_H
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif