]> git.sesse.net Git - vlc/commitdiff
Try to fix Win32 linking
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Dec 2007 10:09:20 +0000 (10:09 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 22 Dec 2007 10:09:20 +0000 (10:09 +0000)
include/vlc_network.h

index f20dcbf769791cd3c08d6803f88354fdc88d19e0..d03a9243d4f74cc63b3acffe6e1d96ce874daa93 100644 (file)
@@ -166,7 +166,7 @@ struct pollfd
     int revents;
 };
 
-int poll (struct pollfd *fds, unsigned nfds, int timeout);
+  VLC_EXPORT (int, poll, (struct pollfd *fds, unsigned nfds, int timeout));
 #endif
 
 #ifdef WIN32