mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed 32-bit compilation (nw)
This commit is contained in:
parent
c32fba0da7
commit
4f4d91429d
@ -165,8 +165,12 @@ __extension__ typedef signed long long INT64;
|
||||
#endif
|
||||
|
||||
#if defined(_MSVC_VER) || defined(__MINGW32__)
|
||||
#ifdef PTR64
|
||||
#define SIZETFMT "I64u"
|
||||
#else
|
||||
#define SIZETFMT "u"
|
||||
#endif
|
||||
#else
|
||||
#define SIZETFMT "zu"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user