Commit 468ec36c authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Properly define struct sockaddr_ipx when not using the WS_ prefix.

parent 9603fba8
......@@ -25,7 +25,7 @@
# define WS(x) x
#endif
typedef struct WS_sockaddr_ipx
typedef struct WS(sockaddr_ipx)
{
short sa_family;
char sa_netnum[4];
......
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