> Fix, add check for msvc version:
> #if defined(__WIN32__) || defined(_WIN32)
> #define snprintf _snprintf
> #if _MSC_VER >= 1400 // 1400 == vs2005
> #define fileno _fileno
> #endif
> #endif

Thanks.  This change will be included in the next release of the software.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to