Re: [Live-devel] [RFC] Guard against _setmode() on WinCE

2009-11-12 Thread Ross Finlayson
Thanks for posting these proposed changes. These changes will also appear 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.

[Live-devel] [RFC] Guard against _setmode() on WinCE

2009-11-12 Thread Pierre Ynard
This allows live555 to compile with the mingw32ce toolchain of the CeGCC project, that doesn't define _setmode(). However am I not sure that this is the right thing to do, since I found documentation saying that _setmode() should be available on WinCE. diff -urp live.orig/liveMedia/InputFile.cpp