On Mon, 27 Jul 2009, Danny Backx wrote:
> On Mon, 2009-07-27 at 21:31 +0300, Martin Storsjö wrote:
> > Currently, including errno.h when building with mingw32ce yields an error.
> > Even though there isn't any errno variable available on Windows CE, the
> > error codes defined in errno.h may sti
On Mon, 2009-07-27 at 21:31 +0300, Martin Storsjö wrote:
> Currently, including errno.h when building with mingw32ce yields an error.
> Even though there isn't any errno variable available on Windows CE, the
> error codes defined in errno.h may still be of value. E.g. ffmpeg uses
> them extensiv
Hi,
Currently, including errno.h when building with mingw32ce yields an error.
Even though there isn't any errno variable available on Windows CE, the
error codes defined in errno.h may still be of value. E.g. ffmpeg uses
them extensively, even though their use of the actual errno variable is