1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Support build srs-librtmp by VS2015. 2.0.267

This commit is contained in:
winlin 2019-12-23 18:12:45 +08:00
parent 08bbbc5414
commit 01a4503ceb
7 changed files with 39 additions and 21 deletions

View file

@ -1085,9 +1085,7 @@ typedef void* srs_hijack_io_t;
#define open _open
#define close _close
#define lseek _lseek
#define write _write
#define read _read
// for pid.
typedef int pid_t;
pid_t getpid(void);