"Eli Zaretskii" <[EMAIL PROTECTED]> writes: >> Date: Thu, 19 May 2005 21:31:23 +0200 >> From: Juanma Barranquero <[EMAIL PROTECTED]> >> >> But I don't think is an error in MSVC. I think it's some mixup between >> "pascal" and "C" style calls (as you know, the former remove their >> arguments, the latter don't). MSVC must be thinking that the external >> TIFF functions do remove their arguments, so it is not doing it. >> Sounds like an issue with the external declarations on the header >> files. > > Can you show the declarations of the TIFF functions as they appear in > the header files visible to MSVC when it compiles Emacs?
Could it be that the following define need to specify "Pascal" somewhere for the tiff library? #define DEF_IMGLIB_FN(func) FARPROC fn_##func -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel