Skip to content
Snippets Groups Projects
Commit 9de4ecc1 authored by rswindell's avatar rswindell
Browse files

Added macro wrapper for vsnprintf on MSVC++.

parent 6610ba99
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ extern "C" {
#if defined(_MSC_VER) || defined(__MINGW32__)
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#endif
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment