Renamed ENABLE_WEBSOCKET to RTC_ENABLE_WEBSOCKET

This commit is contained in:
Paul-Louis Ageneau
2020-03-18 18:55:58 +01:00
parent 500e31befa
commit 1a701c33b3
16 changed files with 51 additions and 37 deletions

View File

@ -19,6 +19,10 @@
#ifndef RTC_INCLUDE_H
#define RTC_INCLUDE_H
#ifndef RTC_ENABLE_WEBSOCKET
#define RTC_ENABLE_WEBSOCKET 1
#endif
#ifdef _WIN32
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0602