From cac92f55e77109ae86ded84b4f10ec164ba34d91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 22 Dec 2007 10:09:20 +0000 Subject: [PATCH] Try to fix Win32 linking --- include/vlc_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2