FS-7966: multiple fixes for msvc 2015 build, silence multiple warnings

This commit is contained in:
Mike Jerris
2015-08-27 18:49:13 -06:00
parent de0327960a
commit 5de2f7d7bd
24 changed files with 96 additions and 65 deletions
+4
View File
@@ -57,7 +57,11 @@ typedef __int64 int64_t;
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#if _MSC_VER < 1900
#define snprintf _snprintf
#else
#include <math.h>
#endif
#if !defined(INFINITY)
#define INFINITY 0x7fffffff