include: Add CMSGHDR, PCMSGHDR defintion.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Paul Gofman 2020-06-14 21:58:51 +03:00 committed by Alexandre Julliard
parent e642587451
commit c3f8bdf2d7
1 changed files with 2 additions and 0 deletions

View File

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