mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
fix building with gcc 6.1.0 by making it consistent with other source files. (nw)
This commit is contained in:
parent
a2189e47d4
commit
4423c242a6
@ -36,11 +36,8 @@
|
|||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
// CONSTANTS & DEFINES
|
// CONSTANTS & DEFINES
|
||||||
//**************************************************************************
|
//**************************************************************************
|
||||||
/* MINGW has adopted the MSVC formatting for 64-bit ints as of gcc 4.4 */
|
#if defined(_MSC_VER)
|
||||||
#if defined(WIN32)
|
|
||||||
#define I64FMT "I64"
|
#define I64FMT "I64"
|
||||||
#elif !defined(__APPLE__) && defined(__LP64__)
|
|
||||||
#define I64FMT "l"
|
|
||||||
#else
|
#else
|
||||||
#define I64FMT "ll"
|
#define I64FMT "ll"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user