Commit Graph

2 Commits

Author SHA1 Message Date
Alexandre Janniaux
bd3fc34c8f include: vlc_poll: fix documentation nesting
Because vlc_poll.h was parsed before vlc_thread and the group name was
also thread, every thread-related item was moved to the "Poll
implementations" list on the doxygen output.

Regression from 3f613a85f5.
2024-02-08 06:23:29 +00:00
Steve Lhomme
3f613a85f5 vlc_threads: move poll() definitions in a separate header
It's using a compat version on Windows/Android/OS2 which is not available
to external modules.

This new header can't be used directly from external modules on Windows.
This makes vlc_threads.h usable from external modules on Windows.
2024-01-30 09:39:00 +00:00