Juanma Barranquero <[EMAIL PROTECTED]> writes:

> With the single change from
>
>   #define DEF_IMGLIB_FN(func) FARPROC fn_##func
>
> to
>
>  #define DEF_IMGLIB_FN(func) int (FAR CDECL *fn_##func)()
>
> all test images I have do work beautifully.

If the other image libraries we use also use C calling conventions,
then that is the correct fix, I think.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

Reply via email to