We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5256551 commit 97e093aCopy full SHA for 97e093a
1 file changed
src/lib_json/json_writer.cpp
@@ -29,6 +29,8 @@
29
30
#if defined(_MSC_VER) && _MSC_VER < 1500 // VC++ 8.0 and below
31
#define snprintf _snprintf
32
+#elif defined(__ANDROID__)
33
+#define snprintf snprintf
34
#elif __cplusplus >= 201103L
35
#define snprintf std::snprintf
36
#endif
0 commit comments