* [WIN32] Added snprintf define so msvc linker doesn't complain about missing symbols.

This commit is contained in:
Nathan Letwory 2004-02-23 09:04:55 +00:00
parent e1ab3cf480
commit ce6eaaad57

@ -41,6 +41,9 @@
#ifdef WIN32
#include "BLI_winstuff.h"
#ifndef snprintf
#define snprintf _snprintf
#endif
#endif
#include "MEM_guardedalloc.h"