Added WSAStartup call in PeerConnection and cleaned up includes

This commit is contained in:
Paul-Louis Ageneau
2020-03-05 20:37:58 +01:00
parent 3367eba4fe
commit 9441f78494
9 changed files with 30 additions and 62 deletions

View File

@ -20,6 +20,7 @@
#define RTC_INCLUDE_H
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0602
#endif