Skip to content

Commit

Permalink
quick fix for old win comp
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Aug 30, 2022
1 parent ef0f166 commit 070bd44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Utilities/gdcmext/mec_mr3_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
#ifndef _MSC_VER
#include <iconv.h>
#endif
#if defined(_MSC_VER) && (_MSC_VER < 1900)
#define snprintf _snprintf
#endif

struct stream {
const void *start;
Expand Down

0 comments on commit 070bd44

Please sign in to comment.