[socket] Reduce handle manipulations in native (#5378)
[mono.git] / mono / metadata / w32socket-internals.h
index cf9fb28e466950607f2eee6c681d9ce86c009f40..62e2eb154c9c4e28c62a81e23787d7703c10f134 100644 (file)
 #define TF_DISCONNECT 0x01
 #define TF_REUSE_SOCKET 0x02
 
-typedef struct {
-       guint32 len;
-       gpointer buf;
-} WSABUF, *LPWSABUF;
-
 typedef struct {
        gpointer Head;
        guint32 HeadLength;