diff --git a/RecastDemo/Source/TestCase.cpp b/RecastDemo/Source/TestCase.cpp index 1892465..8827777 100644 --- a/RecastDemo/Source/TestCase.cpp +++ b/RecastDemo/Source/TestCase.cpp @@ -27,6 +27,9 @@ #include "imgui.h" #include "Recast.h" +#ifdef WIN32 +#define snprintf _snprintf +#endif TestCase::TestCase() : m_tests(0)