include: Properly define struct sockaddr_ipx when not using the WS_ prefix.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9603fba894
commit
468ec36c30
|
@ -25,7 +25,7 @@
|
||||||
# define WS(x) x
|
# define WS(x) x
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct WS_sockaddr_ipx
|
typedef struct WS(sockaddr_ipx)
|
||||||
{
|
{
|
||||||
short sa_family;
|
short sa_family;
|
||||||
char sa_netnum[4];
|
char sa_netnum[4];
|
||||||
|
|
Loading…
Reference in New Issue