mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge from allspace, to srs-librtmp, for vs2010
This commit is contained in:
parent
bb54194c26
commit
1855c9429c
16 changed files with 1053 additions and 320 deletions
|
@ -31,7 +31,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_core.hpp>
|
||||
|
||||
// success, ok
|
||||
#if !defined(_WIN32) || defined(__CYGWIN__) //avoid redefine error on Windows
|
||||
#define ERROR_SUCCESS 0
|
||||
#else
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// system error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue