LibThreading: Build on Windows

This commit is contained in:
stasoid 2024-11-28 13:04:39 +05:00 committed by Andrew Kaster
commit 85da489f39
Notes: github-actions[bot] 2024-12-09 00:20:34 +00:00
4 changed files with 17 additions and 5 deletions

View file

@ -5,9 +5,6 @@
*/
#include <LibThreading/Thread.h>
#include <pthread.h>
#include <string.h>
#include <unistd.h>
namespace Threading {