cpp-httplib/.github/workflows
Florian Albrechtskirchinger 2f39723d08
Wrap poll()/WSAPoll() in a function and build compiled library on Windows (#2107)
* Wrap poll()/WSAPoll() in a function

Instead of using a macro for poll() on Windows, which breaks when the
implementation is compiled separately, add a detail::poll_wrapper()
function that dispatches to either ::poll() or ::WSAPoll().

* Build compiled library on Windows
2025-03-12 12:12:03 -04:00
..
abidiff.yaml Parallelize testing with/without SSL on Windows & set concurrency group (#2079) 2025-02-20 20:57:18 -05:00
cifuzz.yaml Parallelize testing with/without SSL on Windows & set concurrency group (#2079) 2025-02-20 20:57:18 -05:00
test.yaml Wrap poll()/WSAPoll() in a function and build compiled library on Windows (#2107) 2025-03-12 12:12:03 -04:00