LibCore: Port EventLoop to Windows

This commit is contained in:
stasoid 2024-10-31 12:44:19 +05:00 committed by Andrew Kaster
commit 1c77135948
Notes: github-actions[bot] 2024-11-14 18:19:34 +00:00
7 changed files with 320 additions and 6 deletions

View file

@ -9,6 +9,7 @@
#include <AK/Function.h>
#include <LibCore/Event.h>
#include <LibCore/EventReceiver.h>
#include <pthread.h>
namespace Core {