1
1

poll: Fixed the Windows build on Vista and newer.

Этот коммит содержится в:
Andreas Schneider 2010-09-01 23:30:14 +02:00
родитель e67d834156
Коммит bca73b8340

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

@ -108,8 +108,8 @@ static poll_fn ssh_poll_emu;
#include <windows.h>
#include <winsock2.h>
#ifndef WSAPOLLFD
typedef ssh_pollfd_t WSAPOLLFD;
#if (_WIN32_WINNT < 0x0600)
typedef struct ssh_pollfd_struct WSAPOLLFD;
#endif
typedef int (WSAAPI* WSAPoll_FunctionType)(WSAPOLLFD fdarray[],