Paul Gofman : include: Add CMSGHDR, PCMSGHDR defintion.

Alexandre Julliard julliard at winehq.org
Mon Jun 15 15:03:05 CDT 2020


Module: wine
Branch: master
Commit: c3f8bdf2d7317aab476788e7cda39d5adce00bf2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=c3f8bdf2d7317aab476788e7cda39d5adce00bf2

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Sun Jun 14 21:58:51 2020 +0300

include: Add CMSGHDR, PCMSGHDR defintion.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/mswsock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/mswsock.h b/include/mswsock.h
index 3f0180c909..e402f33ecf 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 */




More information about the wine-cvs mailing list