> You can undefine any already defined constants from "errno.h" like shown 
> below.
> 
> <<<NetCommon.h>>>
> ...
> ...
> ...
> #define closeSocket closesocket
> #ifdef EWOULDBLOCK
> #undef EWOULDBLOCK
> #endif
> #ifdef EINPROGRESS
> #undef EINPROGRESS
> #endif
> #ifdef EAGAIN
> #undef EAGAIN
> #endif
> #ifdef EINTR
> #undef EINTR
> #endif
> #define EWOULDBLOCK WSAEWOULDBLOCK
> #define EINPROGRESS WSAEWOULDBLOCK
> #define EAGAIN WSAEWOULDBLOCK
> #define EINTR WSAEINTR

OK, I've just installed a new version of the code that makes this change,

(Quite frankly, Windows is becoming more trouble than it's worth...)


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

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to