mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibCore: Add definitions for socketpair in SocketAddressWindows.h
This commit is contained in:
parent
a274a50bb3
commit
e0576f4790
|
|
@ -29,6 +29,11 @@ typedef USHORT ADDRESS_FAMILY;
|
|||
#define AF_INET 2
|
||||
#define AF_INET6 23
|
||||
|
||||
#define SOCK_STREAM 1
|
||||
#define SOCK_DGRAM 2
|
||||
|
||||
#define INADDR_LOOPBACK 0x7f000001
|
||||
|
||||
enum IPPROTO {
|
||||
IPPROTO_TCP = 6
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user