Re: [Cegcc-devel] [PATCH] Make defines from errno.h usable

2009-07-27 Thread Martin Storsjö
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

Re: [Cegcc-devel] [PATCH] Make defines from errno.h usable

2009-07-27 Thread Danny Backx
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

[Cegcc-devel] [PATCH] Make defines from errno.h usable

2009-07-27 Thread Martin Storsjö
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