#ifndef __RTC_ENGINE_PLATFORM_HPP__ #define __RTC_ENGINE_PLATFORM_HPP__ #ifdef WIN32 #ifndef NOMINMAX #define NOMINMAX #endif #ifndef WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN #endif #pragma warning(disable : 5039) #include #include #endif #include #endif //__RTC_ENGINE_PLATFORM_HPP_