Fix for Issue 57: snprintf undefined on win32
This commit is contained in:
parent
a988697cc1
commit
ca6bbf1889
@ -27,6 +27,9 @@
|
|||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "Recast.h"
|
#include "Recast.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
TestCase::TestCase() :
|
TestCase::TestCase() :
|
||||||
m_tests(0)
|
m_tests(0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user