mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Fix chdman again for I64FMT on WIN32
This commit is contained in:
parent
33da5e88a0
commit
7a3a46e477
@ -34,7 +34,7 @@
|
||||
// CONSTANTS & DEFINES
|
||||
//**************************************************************************
|
||||
/* MINGW has adopted the MSVC formatting for 64-bit ints as of gcc 4.4 */
|
||||
#if defined(__MINGW32__) || defined(_MSC_VER)
|
||||
#if defined(WIN32)
|
||||
#define I64FMT "I64"
|
||||
#elif !defined(__APPLE__) && defined(__LP64__)
|
||||
#define I64FMT "l"
|
||||
|
Loading…
Reference in New Issue
Block a user