mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821249, fix Android WebRTC build bustage in DataChannel.cpp, r=jesup
This commit is contained in:
parent
7ff8545b8c
commit
907a16cd6f
@ -393,7 +393,7 @@ public:
|
||||
|
||||
memset(&addr, 0, sizeof(addr));
|
||||
addr.sconn_family = AF_CONN;
|
||||
#if !defined(__Userspace_os_Linux) && !defined(__Userspace_os_Windows)
|
||||
#if defined(__Userspace_os_Darwin)
|
||||
addr.sconn_len = sizeof(addr);
|
||||
#endif
|
||||
addr.sconn_port = htons(mConnection->mLocalPort);
|
||||
|
Loading…
Reference in New Issue
Block a user