]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
vlc_poll: no conditional symbols
[vlc] / include / vlc_network.h
index aca2b0a70498e9c721bae34ac3660a30e935d008..2f57af76245fe9636a3050014c6ad510a8f88d15 100644 (file)
@@ -181,7 +181,8 @@ struct pollfd
     int revents;
 };
 
-  VLC_EXPORT (int, poll, (struct pollfd *fds, unsigned nfds, int timeout));
+VLC_EXPORT (int, vlc_poll, (struct pollfd *fds, unsigned nfds, int timeout));
+# define poll(a, b, c) vlc_poll(a, b, c)
 #endif
 
 #ifdef WIN32