* libtiff/tif_config.vc.h (HAVE_SNPRINTF): Add a '1' to the
HAVE_SNPRINTF definition.'
This commit is contained in:
parent
d7aa10673b
commit
01c8ca66b3
@ -1,3 +1,8 @@
|
||||
2016-05-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||
|
||||
* libtiff/tif_config.vc.h (HAVE_SNPRINTF): Add a '1' to the
|
||||
HAVE_SNPRINTF definition.'
|
||||
|
||||
2016-05-09 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||
|
||||
* libtiff/tif_config.vc.h (HAVE_SNPRINTF): Applied patch by Edward
|
||||
|
@ -108,7 +108,7 @@
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#else
|
||||
#define HAVE_SNPRINTF
|
||||
#define HAVE_SNPRINTF 1
|
||||
#endif
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
|
Loading…
Reference in New Issue
Block a user