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

@ -9,7 +9,6 @@
#include <LibThreading/BackgroundAction.h>
#include <LibThreading/Mutex.h>
#include <LibThreading/Thread.h>
#include <unistd.h>
static pthread_mutex_t s_mutex = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t s_condition = PTHREAD_COND_INITIALIZER;