mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Cleanup for VS2015 build (nw)
This commit is contained in:
parent
2221e3fa0f
commit
85f7413a69
@ -1149,6 +1149,7 @@ configuration { "vs*" }
|
||||
"_WIN32",
|
||||
"_CRT_NONSTDC_NO_DEPRECATE",
|
||||
"_CRT_SECURE_NO_DEPRECATE",
|
||||
"_CRT_STDIO_LEGACY_WIDE_SPECIFIERS",
|
||||
}
|
||||
links {
|
||||
"user32",
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user