no redefinition of snprintf for msvc 2017+ compilers

preferencesAboutTextFull
Clément Fauconnier 4 years ago
parent 1229e2ab64
commit 7a9b7eccc7
  1. 2
      src/pdf-merger/Config.h

@ -37,7 +37,9 @@ Is intended for multiplatform support
#ifdef WIN32
#define _CRT_SECURE_NO_WARNINGS
#if _MSC_VER < 1700
#define snprintf _snprintf
#endif
#endif

Loading…
Cancel
Save