Commit 719cc347 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Define ADDRINFOT explicitly.

parent 1f594230
......@@ -54,8 +54,9 @@ typedef struct WS(addrinfoW)
struct WS(addrinfoW)* ai_next;
} ADDRINFOW, *PADDRINFOW;
DECL_WINELIB_TYPE_AW(ADDRINFOT)
DECL_WINELIB_TYPE_AW(PADDRINFOT)
#ifndef WINE_NO_UNICODE_MACROS
typedef WINELIB_NAME_AW(ADDRINFO) ADDRINFOT, *PADDRINFOT;
#endif
#ifdef USE_WS_PREFIX
typedef int WS_socklen_t;
......
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