1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00
srs/trunk
mingo-wu 62ab1a1c69 Fix the recursively included issue for srs_core_time.hpp (#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;
2022-11-21 20:33:55 +08:00
..
3rdparty Windows: Support cygwin pipline and packager. v5.0.89 (#3257) 2022-11-20 15:02:08 +08:00
auto Windows: Support cygwin cache for test. (#3259) 2022-11-20 19:58:21 +08:00
conf SRT: Config file does not enable srt for srt2rtc.conf (#3250) 2022-11-21 13:35:29 +08:00
doc Asan: Fix global ip address leak check bug. v5.0.90 (#3248) 2022-11-21 20:22:13 +08:00
etc/init.d Squash: Fix bugs 2022-01-13 18:26:28 +08:00
gdb ST: Support show coroutines. 2020-12-10 11:36:24 +08:00
ide/srs_clion Kernel: Support grab backtrace stack when assert fail. v5.0.80 2022-10-21 23:37:30 +08:00
modules Moduels: Refine the description 2021-04-21 11:18:35 +08:00
packaging Windows: Refine cygwin pipeline (#3260) 2022-11-21 14:32:26 +08:00
research Player: Use xqq/mpegts.js to play HTTP-TS/HTTP-FLV (#3263) 2022-11-21 19:16:44 +08:00
scripts Sanitizer: Support address sanitizer for x86_64 platform (#3212) 2022-10-23 07:21:15 +08:00
src Fix the recursively included issue for srs_core_time.hpp (#3159) 2022-11-21 20:33:55 +08:00
usr/lib/systemd/system Squash: Support RPM. Fix bugs. 2021-11-04 07:37:17 +08:00
.gitignore For #2136: API: Cleanup no active streams for statistics. v5.0.42 2022-08-19 19:45:19 +08:00
AUTHORS.md Merge 4.0release, update AUTHORS 2022-02-18 12:45:22 +08:00
AUTHORS.txt Update AUTHORS 2021-08-25 07:43:35 +08:00
configure Windows: Refine cygwin pipeline (#3260) 2022-11-21 14:32:26 +08:00
Dockerfile UTest: Enable sanitizer for utest. (#3247) 2022-11-18 23:07:49 +08:00
Dockerfile.builds UTest: Enable sanitizer for utest. (#3247) 2022-11-18 23:07:49 +08:00
Dockerfile.cov UTest: Enable sanitizer for utest. (#3247) 2022-11-18 23:07:49 +08:00
Dockerfile.pkg UTest: Enable sanitizer for utest. (#3247) 2022-11-18 23:07:49 +08:00
Dockerfile.test UTest: Enable sanitizer for utest. (#3247) 2022-11-18 23:07:49 +08:00