(svn r27380) -Fix: [Win32] Compilation with MSVC2015.

This commit is contained in:
michi_cc
2015-08-10 20:21:29 +00:00
parent e5d105900d
commit 35b77450f8
5 changed files with 8 additions and 3 deletions

View File

@@ -349,7 +349,7 @@ bool IsValidChar(WChar key, CharSetFilter afilter)
}
#ifdef WIN32
#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1900
/**
* Almost POSIX compliant implementation of \c vsnprintf for VC compiler.
* The difference is in the value returned on output truncation. This