comparison Resources/CMake/LibTiffConfiguration.cmake @ 306:dc1c9be94568

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 27 Jan 2024 12:06:44 +0100
parents ec2c2ea026c0
children f1ab5c1121b9
comparison
equal deleted inserted replaced
305:ec2c2ea026c0 306:dc1c9be94568
39 # if !defined(ssize_t) 39 # if !defined(ssize_t)
40 # define WIN32_LEAN_AND_MEAN 40 # define WIN32_LEAN_AND_MEAN
41 # include <windows.h> 41 # include <windows.h>
42 # define ssize_t SSIZE_T 42 # define ssize_t SSIZE_T
43 # endif 43 # endif
44 # if !defined(snprintf) && (_MSC_VER < 1900) 44 # if !defined(snprintf)
45 # define snprintf _snprintf 45 # define snprintf _snprintf
46 # endif 46 # endif
47 #endif 47 #endif
48 48
49 #include <stdint.h> 49 #include <stdint.h>