mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
LibCore: Implement System::socketpair on Windows
This commit is contained in:
parent
886a8fca86
commit
4ae3522b10
Notes:
github-actions[bot]
2025-02-14 16:40:14 +00:00
Author: https://github.com/stasoid
Commit: 4ae3522b10
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2952
Reviewed-by: https://github.com/ADKaster ✅
6 changed files with 124 additions and 3 deletions
|
@ -12,7 +12,9 @@ set(SOURCES
|
|||
)
|
||||
|
||||
if (WIN32)
|
||||
list(APPEND SOURCES SystemWindows.cpp)
|
||||
list(APPEND SOURCES
|
||||
SocketpairWindows.cpp
|
||||
SystemWindows.cpp)
|
||||
else()
|
||||
list(APPEND SOURCES System.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue