LibCore: Implement System::socketpair on Windows

This commit is contained in:
stasoid
2024-12-17 21:18:02 +05:00
committed by Andrew Kaster
parent 886a8fca86
commit 4ae3522b10
6 changed files with 124 additions and 3 deletions

View File

@@ -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