LibThreading: Build on Windows

This commit is contained in:
stasoid
2024-11-28 13:04:39 +05:00
committed by Andrew Kaster
parent e2b6ab4a69
commit 85da489f39
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 {