mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-05 10:16:01 -04:00
Merge pull request #194 from Linux13524/fix/msvc19
Fix problem with snprintf macro in MSVC 2019
This commit is contained in:
commit
7db3077426
@ -64,6 +64,6 @@ const nullptr_t nullptr = {};
|
||||
#endif // _MSC_VER
|
||||
|
||||
// A macro for snprintf support in Visual Studio
|
||||
#if _MSC_VER
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1500
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user