mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Default PHAS_PMF_INTERNAL=0 for 32bit windows mingw. (nw)
This commit is contained in:
parent
5c8a6149ab
commit
cd848c338a
@ -50,6 +50,9 @@ typedef __int128_t INT128;
|
||||
//============================================================
|
||||
|
||||
#if defined(__GNUC__)
|
||||
/* does not work in versions over 4.7.x of 32bit MINGW */
|
||||
#if defined(__MINGW32__) && !defined(__x86_64) && defined(__i386__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 7)))
|
||||
#define PHAS_PMF_INTERNAL 0
|
||||
#if defined(__MINGW32__) && !defined(__x86_64) && defined(__i386__)
|
||||
#define PHAS_PMF_INTERNAL 1
|
||||
#define MEMBER_ABI _thiscall
|
||||
|
Loading…
Reference in New Issue
Block a user