mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Fix socket_poller windows compiling issue
This commit is contained in:
@@ -61,7 +61,7 @@ namespace zmq
|
||||
int remove_socket (void *socket);
|
||||
#if defined _WIN32
|
||||
int add_fd (SOCKET fd, void *user_data, short events);
|
||||
int mofify_fd (SOCKET fd, short events);
|
||||
int modify_fd (SOCKET fd, short events);
|
||||
int remove_fd (SOCKET fd);
|
||||
#else
|
||||
int add_fd (int fd, void *user_data, short events);
|
||||
|
||||
Reference in New Issue
Block a user