mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This cleans up the initial hack that got Windows building again by moving the ifdef soup into a Windows only Traits<pthread_t> implementation. We also avoid the integer comparison problem by using Optional<pthread_t>.