[PATCH 4/8] include: Add CMSGHDR, PCMSGHDR defintion.

Paul Gofman pgofman at codeweavers.com
Sun Jun 14 13:58:51 CDT 2020


Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
---
 include/mswsock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/mswsock.h b/include/mswsock.h
index 3f0180c9092..e402f33ecf7 100644
--- a/include/mswsock.h
+++ b/include/mswsock.h
@@ -164,6 +164,8 @@ typedef struct _WSACMSGHDR {
     /* followed by UCHAR cmsg_data[] */
 } WSACMSGHDR, *PWSACMSGHDR, *LPWSACMSGHDR;
 
+typedef WSACMSGHDR CMSGHDR, *PCMSGHDR;
+
 typedef enum _NLA_BLOB_DATA_TYPE {
     NLA_RAW_DATA,
     NLA_INTERFACE,       /* interface name, type and speed */
-- 
2.26.2




More information about the wine-devel mailing list