Skip to content

Commit bbcfa17

Browse files
authored
Delete unnecessary typedef of struct pollfd, WinSock2 already does.
1 parent f7b404c commit bbcfa17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yasio/xxsocket.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ SOFTWARE.
5656
# include <Wspiapi.h>
5757
typedef SOCKET socket_native_type;
5858
typedef int socklen_t;
59-
typedef WSAPOLLFD pollfd;
6059
# define poll WSAPoll
6160
# pragma comment(lib, "ws2_32.lib")
6261

0 commit comments

Comments
 (0)