Fixed #define for snprintf on win32

This commit is contained in:
Simon Clitherow 2005-01-16 17:40:59 +00:00
parent f72219eea9
commit a7c3b86e87

@ -38,7 +38,9 @@
#include "MT_assert.h"
#ifdef _MSC_VER
#define _snprintf snprintf
#ifndef snprintf
#define snprintf _snprintf
#endif
#endif
// Query the user if they want to break/abort the program, ignore the assert, or ignore all future