libtiff/port
Bob Friesenhahn d21d2b3057 * libtiff/tif_config.vc.h: Make adjustments to match the new
definitions that configure produces, including for WIN64.  Still
needs to be tested.

'lld' is not assured by the run-time DLLs and so GCC warns.
Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition
and printf format specifier to deal with printing values of
'size_t' type.  In particular, this was necessary for WIN64.
Added a configure test for if the system headers provide 'optarg'
(normal case) and block out the many explicit 'extern' statements
in the utilities.  This was found to be necessary under Windows
when getopt is in a DLL and the symbols are already imported with
dllimport via standard header files.
2015-06-21 01:09:09 +00:00
..
.cvsignore ignore various windows intermediate files 2012-06-16 17:05:37 +00:00
dummy.c Make dummy fucntion non-static. 2007-03-21 14:54:16 +00:00
getopt.c introduce libport.h prototypes to reduce warnings 2009-01-22 20:53:07 +00:00
lfind.c TIFF library ported to Windows CE platform. 2007-01-15 18:40:39 +00:00
libport.h * port/libport.h: Add extern declarations for getopt standard 2009-11-02 14:44:13 +00:00
Makefile.am * port/libport.h: Add extern declarations for getopt standard 2009-11-02 14:44:13 +00:00
Makefile.in * tools/tiffcrop.c (ROTATE_ANY): Fix Coverity 1294542 "Logical 2015-05-28 01:50:20 +00:00
Makefile.vc libtiff 3.8.2 released. 2006-03-23 14:54:00 +00:00
strcasecmp.c * libtiff/tif_config.vc.h: Make adjustments to match the new 2015-06-21 01:09:09 +00:00
strtoul.c Update modules from the NetBSD source tree (the old 4-clause BSD license 2005-07-07 16:34:06 +00:00
strtoull.c Remove GCC-specific argument specification. 2007-06-26 15:46:23 +00:00