Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the recursively included issue for srs_core_time.hpp (ossrs#3159)
* Update srs_core_time.hpp In included file: main file cannot be included recursively when building a preambleclang(pp_including_mainfile_in_preamble) srs_core.hpp(43, 10): Error occurred here * Update srs_core_time.hpp Reference to trunk/src/protocol/srs_protocol_http_stack.hpp (!defined(_MSC_VER) || _MSC_VER<1600) && !defined(__WINE__) typedef __int8 int8_t; typedef unsigned __int8 uint8_t; typedef __int16 int16_t; typedef unsigned __int16 uint16_t; typedef __int32 int32_t; typedef unsigned __int32 uint32_t; typedef __int64 int64_t; typedef unsigned __int64 uint64_t;
- Loading branch information