mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
#if ==> #elif. Ouch. (nw)
This commit is contained in:
parent
cd848c338a
commit
4c9c494270
@ -53,7 +53,7 @@ typedef __int128_t INT128;
|
||||
/* 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__)
|
||||
#elif defined(__MINGW32__) && !defined(__x86_64) && defined(__i386__)
|
||||
#define PHAS_PMF_INTERNAL 1
|
||||
#define MEMBER_ABI _thiscall
|
||||
#elif defined(__clang__) && defined(__i386__) && defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user