comparison Resources/CMake/LibTiffConfiguration.cmake @ 307:f1ab5c1121b9

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 27 Jan 2024 12:29:03 +0100
parents dc1c9be94568
children 13721d3da291
comparison
equal deleted inserted replaced
306:dc1c9be94568 307:f1ab5c1121b9
38 #if defined(_MSC_VER) 38 #if defined(_MSC_VER)
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
44 # if !defined(snprintf)
45 # define snprintf _snprintf
46 # endif 43 # endif
47 #endif 44 #endif
48 45
49 #include <stdint.h> 46 #include <stdint.h>
50 #include <sys/types.h> 47 #include <sys/types.h>