We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da0c50f + 7e46bf7 commit b4d2b65Copy full SHA for b4d2b65
src/lib_json/json_reader.cpp
@@ -30,7 +30,7 @@
30
#elif defined(__ANDROID__) || defined(__QNXNTO__)
31
#define snprintf snprintf
32
#elif __cplusplus >= 201103L
33
-#if !defined(__MINGW32__)
+#if !defined(__MINGW32__) && !defined(__CYGWIN__)
34
#define snprintf std::snprintf
35
#endif
36
src/lib_json/json_writer.cpp
@@ -57,7 +57,7 @@
57
58
59
60
61
62
63
0 commit comments