Commit a6aa7771 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Try to avoid socklen_t redefinition in winsock.h.

parent 65e71259
......@@ -79,12 +79,14 @@
# define fd_set unix_fd_set
# define timeval unix_timeval
# define select unix_select
# define socklen_t unix_socklen_t
# include <sys/types.h>
# include <time.h>
# include <stdlib.h>
# undef fd_set
# undef timeval
# undef select
# undef socklen_t
# undef FD_SETSIZE
# undef FD_CLR
# undef FD_SET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment