[Bug 41705] build fails in dpnet

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 12 22:20:37 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=41705

--- Comment #2 from Bruno Jesus <00cpxxx at gmail.com> ---
>From winsock.h (WS prefix removed):

 404 typedef struct sockaddr
 405 {
 406         u_short sa_family;
 407         char        sa_data[14];
 408 } SOCKADDR, *PSOCKADDR, *LPSOCKADDR;

>From dpaddr.h:

 30 typedef struct sockaddr SOCKADDR;

The definitions should be compatible. Could this be related to older compilers
or a missing compiler option?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list