Skip to content

Commit

Permalink
STYLE: Drop Visual C++ 2013 compiler support from itktiff/libtiff
Browse files Browse the repository at this point in the history
ITK already dropped Visual C++ 2013 in 2018, with commit 0067eee
"COMP: Require MSVC VS14 2015 for C++11 compatibility", by Bradley Lowekamp.
  • Loading branch information
N-Dekker committed Nov 20, 2024
1 parent 7fe501d commit 477e854
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Modules/ThirdParty/TIFF/src/itktiff/libtiff/tif_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -417,14 +417,6 @@ the sizes can be different.*/
/* Define to empty if `const' does not conform to ANSI C. */
#cmakedefine const

/* MSVC does not support C99 inline, so just make the inline keyword
disappear for C. */
#ifndef __cplusplus
# if defined(_MSC_VER) && _MSC_VER < 1900
# define inline
# endif
#endif

/* Define to `long int' if <sys/types.h> does not define. */
#cmakedefine off_t

Expand Down

0 comments on commit 477e854

Please sign in to comment.