Commit c3f8bdf2 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

include: Add CMSGHDR, PCMSGHDR defintion.

parent e6425874
...@@ -164,6 +164,8 @@ typedef struct _WSACMSGHDR { ...@@ -164,6 +164,8 @@ typedef struct _WSACMSGHDR {
/* followed by UCHAR cmsg_data[] */ /* followed by UCHAR cmsg_data[] */
} WSACMSGHDR, *PWSACMSGHDR, *LPWSACMSGHDR; } WSACMSGHDR, *PWSACMSGHDR, *LPWSACMSGHDR;
typedef WSACMSGHDR CMSGHDR, *PCMSGHDR;
typedef enum _NLA_BLOB_DATA_TYPE { typedef enum _NLA_BLOB_DATA_TYPE {
NLA_RAW_DATA, NLA_RAW_DATA,
NLA_INTERFACE, /* interface name, type and speed */ NLA_INTERFACE, /* interface name, type and speed */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment