Cleanup for VS2015 build (nw)

This commit is contained in:
Miodrag Milanovic 2016-08-28 11:58:12 +02:00
parent 2221e3fa0f
commit 85f7413a69
2 changed files with 1 additions and 2 deletions

View File

@ -1149,6 +1149,7 @@ configuration { "vs*" }
"_WIN32",
"_CRT_NONSTDC_NO_DEPRECATE",
"_CRT_SECURE_NO_DEPRECATE",
"_CRT_STDIO_LEGACY_WIDE_SPECIFIERS",
}
links {
"user32",

View File

@ -167,8 +167,6 @@ constexpr UINT64 little_endianize_int64(UINT64 x) { return flipendian_int64(x);
#ifdef _MSC_VER
#include <malloc.h>
using ssize_t = std::make_signed_t<size_t>;
#define __LINE__Var 0
#define _CRT_STDIO_LEGACY_WIDE_SPECIFIERS
#endif
#ifdef __GNUC__