linux_adapter.h
osx_adapter.h
FormatString.cpp and others .cpp files
use vsnprintf_s (not _vsnprintf_s) function.
Maybe the problem is in the build scripts or generated for library headers?
rku
This is probably MingW bug. I myself am having similar issues with that thing.
green-zone
Other (ThirdParty) libs do not produce this error
ThirdParty\AngelScript\source\as_config.h (608 and 448)
ThirdParty\Assimp\code\StringUtils.h (48)
somehow trying to get around problem.
RakNet not use this string functions.
Urho3D and other libs (i think) also.
I think this is a SLikeNet problem or build process