We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9268dac commit 9a17b10Copy full SHA for 9a17b10
Utilities/gdcmopenjpeg/src/lib/openjp2/j2k.c
@@ -43,6 +43,10 @@
43
44
#include "opj_includes.h"
45
46
+#if defined(_MSC_VER) && (_MSC_VER < 1900)
47
+#define snprintf _snprintf
48
+#endif
49
+
50
/** @defgroup J2K J2K - JPEG-2000 codestream reader/writer */
51
/*@{*/
52
Utilities/gdcmopenjpeg/src/lib/openjp2/opj_includes.h
@@ -180,7 +180,6 @@ static INLINE long opj_lrintf(float f)
180
#endif
181
182
#if defined(_MSC_VER) && (_MSC_VER < 1400)
183
-#define snprintf _snprintf
184
#define vsnprintf _vsnprintf
185
186
0 commit comments