From: RĂ©mi Denis-Courmont Date: Sat, 22 Dec 2007 10:09:20 +0000 (+0000) Subject: Try to fix Win32 linking X-Git-Tag: 0.9.0-test0~3939 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=cac92f55e77109ae86ded84b4f10ec164ba34d91;p=vlc Try to fix Win32 linking --- diff --git a/include/vlc_network.h b/include/vlc_network.h index f20dcbf769..d03a9243d4 100644 --- a/include/vlc_network.h +++ b/include/vlc_network.h @@ -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