Added #define snprintf _snprintf for Win32 build

This commit is contained in:
Robert Osfield
2006-07-27 11:22:01 +00:00
parent 3e8af92da1
commit a0cdf7461c

View File

@@ -38,6 +38,10 @@
#include <Performer/pr/pfMaterial.h>
#include <Performer/pr/pfTexture.h>
#ifdef WIN32
#define snprintf _snprintf
#endif
// Need to undefine these because Performer defines them and it causes a
// compiler error in ConvertFromPerformer::visitBillboard.
#ifdef AXIAL_ROT