Move RTC_CPP_EXPORT from log.hpp to include.hpp, remove RTC_CPP_EXPORT from /src classes, and add RTC_CPP_EXPORT to Description.

This commit is contained in:
Hanseul Jun
2020-11-19 08:09:00 -08:00
parent 679c0ccd2e
commit b4865f26e4
14 changed files with 23 additions and 24 deletions

View File

@ -28,9 +28,12 @@
#endif
#ifdef _WIN32
#define RTC_CPP_EXPORT __declspec(dllexport)
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0602 // Windows 8
#endif
#else
#define RTC_CPP_EXPORT
#endif
#include "log.hpp"