Fixed VS2015 build

This commit is contained in:
Neil Richardson 2015-08-15 08:29:37 -07:00
parent f99b7dde08
commit c8a96f45f7
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// For recording and playing back the stream of tokens in a macro definition.
//
#ifdef _WIN32
#if (defined(_MSC_VER) && _MSC_VER < 1900 /*vs2015*/)
#define _CRT_SECURE_NO_WARNINGS
#define snprintf sprintf_s
#endif