mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-19 08:37:54 +01:00
![]() In the effort of enabling -Wglobal-constructors and -Wexit-time-destructors, WebRTC has to remove the Winsock global initializer. This will also remove it from Chromium (since it was unused). After this CL, applications will have to explicitly initialize Winsock before using WebRTC, this can be done by using the class rtc::WinsockInitializer provided in rtc_base/win32socketinit.h. Bug: webrtc:9693, webrtc:9754 Change-Id: I4aae12ff43671ef2713a6fc4592e20759dc6b495 Reviewed-on: https://webrtc-review.googlesource.com/99660 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24903} |
||
---|---|---|
.. | ||
client | ||
server | ||
OWNERS |