Add more dllexports, leave RTC_CPP_EXPORT only in log.hpp, and ignore C4251 warning.

This commit is contained in:
Hanseul Jun
2020-11-18 14:55:17 -08:00
parent 12098e7c41
commit 679c0ccd2e
22 changed files with 33 additions and 33 deletions

View File

@ -50,7 +50,7 @@ class SctpTransport;
using certificate_ptr = std::shared_ptr<Certificate>;
using future_certificate_ptr = std::shared_future<certificate_ptr>;
struct DataChannelInit {
struct RTC_CPP_EXPORT DataChannelInit {
Reliability reliability = {};
bool negotiated = false;
std::optional<uint16_t> id = nullopt;