emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with library images on Windows (again)


From: Jason Rumney
Subject: Re: Problem with library images on Windows (again)
Date: Sat, 21 May 2005 11:21:58 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

Juanma Barranquero <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]