From 6732b188891a4eb01b3bd3d8bd8893d148a6c4fd Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbap...@gmail.com>
Date: Tue, 6 Jun 2023 09:57:57 +0530
Subject: [PATCH] headers: Add missing macros in afunix.h

Signed-off-by: Biswapriyo Nath <nathbap...@gmail.com>
---
 mingw-w64-headers/include/afunix.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mingw-w64-headers/include/afunix.h 
b/mingw-w64-headers/include/afunix.h
index 8a4f05f..b9b3938 100644
--- a/mingw-w64-headers/include/afunix.h
+++ b/mingw-w64-headers/include/afunix.h
@@ -15,5 +15,7 @@ typedef struct sockaddr_un {
 } SOCKADDR_UN, *PSOCKADDR_UN;
 
 #define SIO_AF_UNIX_GETPEERPID _WSAIOR(IOC_VENDOR, 256)
+#define SIO_AF_UNIX_SETBINDPARENTPATH _WSAIOW(IOC_VENDOR, 257)
+#define SIO_AF_UNIX_SETCONNPARENTPATH _WSAIOW(IOC_VENDOR, 258)
 
 #endif /* _AFUNIX_ */
-- 
2.41.0

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to