webrtc/examples/peerconnection/client
Mirko Bonadei ba5eaee9a2 Remove rtc::EnsureWinsockInit and g_winsockinit.
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}
2018-10-01 07:02:20 +00:00
..
linux Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
conductor.cc Delete almost all use of MediaConstraintsInterface in the PeerConnection API 2018-08-23 07:14:37 +00:00
conductor.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
defaults.cc Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
defaults.h Changes name of RtpTransceiverInit's stream_labels to stream_ids. 2018-03-06 23:42:01 +00:00
flagdefs.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
main_wnd.cc Fix a warning about comparison of integers of different signs 2018-08-02 12:23:36 +00:00
main_wnd.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
main.cc Remove rtc::EnsureWinsockInit and g_winsockinit. 2018-10-01 07:02:20 +00:00
peer_connection_client.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
peer_connection_client.h Move sigslot to proper third_party directory 2018-07-25 14:53:33 +00:00