mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +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
|
@ -16,6 +16,7 @@ typedef char CHAR;
|
|||
typedef unsigned char UCHAR;
|
||||
typedef const CHAR* PCSTR;
|
||||
typedef USHORT ADDRESS_FAMILY;
|
||||
typedef int socklen_t;
|
||||
|
||||
#define WINAPI_FAMILY_PARTITION(x) 1
|
||||
#define FAR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue