13 Nov
2016
13 Nov
'16
4:20 a.m.
https://bugs.winehq.org/show_bug.cgi?id=41705 --- Comment #2 from Bruno Jesus <00cpxxx(a)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.