hey,
here is a patch that removes compilation errors with mingw32ce because it
does not support the errno system.
I don't know if it is the best solution, but it is working for me. So if
you have a better solution, feel free to modify that patch
thank you
Vincent Torridiff --git a/libltdl
Hello Vincent,
* Vincent Torri wrote on Thu, Oct 09, 2008 at 07:02:56AM CEST:
>
> here is a patch that removes compilation errors with mingw32ce because it
> does not support the errno system.
Is __MINGW32CE__ even defined for that system? Because the patch just
looks like it's doing exactly th
On Thu, 9 Oct 2008, Ralf Wildenhues wrote:
Hello Vincent,
* Vincent Torri wrote on Thu, Oct 09, 2008 at 07:02:56AM CEST:
here is a patch that removes compilation errors with mingw32ce because it
does not support the errno system.
Is __MINGW32CE__ even defined for that system? Because the