mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibCore: Port EventLoop to Windows
This commit is contained in:
parent
d4f8b598cb
commit
1c77135948
Notes:
github-actions[bot]
2024-11-14 18:19:34 +00:00
Author: https://github.com/stasoid
Commit: 1c77135948
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2299
Reviewed-by: https://github.com/ADKaster ✅
7 changed files with 320 additions and 6 deletions
|
@ -62,4 +62,6 @@ private:
|
|||
Array<int, 2>& m_wake_pipe_fds;
|
||||
};
|
||||
|
||||
using EventLoopManagerPlatform = EventLoopManagerUnix;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue