Commit cac92f55 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Try to fix Win32 linking

parent 590701d6
...@@ -166,7 +166,7 @@ struct pollfd ...@@ -166,7 +166,7 @@ struct pollfd
int revents; int revents;
}; };
int poll (struct pollfd *fds, unsigned nfds, int timeout); VLC_EXPORT (int, poll, (struct pollfd *fds, unsigned nfds, int timeout));
#endif #endif
#ifdef WIN32 #ifdef WIN32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment