2009.08.27 23:42 "[Tiff] tiff 3.9.0 config for MSVC", by Bob Friesenhahn

I discovered that the provided tif_config.vc.h is insufficient to compile libtiff 3.9.0 under MSVC. These extra lines are needed:

/* Signed 64-bit type */
#define TIFF_INT64_T signed __int64

/* Unsigned 64-bit type */
#define TIFF_UINT64_T unsigned __int64

Sorry about that.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/