mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
as req? (nw)
This commit is contained in:
parent
32562ed54d
commit
65a43a4e93
@ -99,7 +99,7 @@
|
|||||||
#define USE_DELEGATE_TYPE DELEGATE_TYPE_INTERNAL
|
#define USE_DELEGATE_TYPE DELEGATE_TYPE_INTERNAL
|
||||||
#define MEMBER_ABI __thiscall
|
#define MEMBER_ABI __thiscall
|
||||||
#define HAS_DIFFERENT_ABI 1
|
#define HAS_DIFFERENT_ABI 1
|
||||||
#elif defined(__clang__) && defined(__i386__)
|
#elif defined(__clang__) && defined(__i386__) && defined(_WIN32)
|
||||||
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE
|
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE
|
||||||
#elif defined(EMSCRIPTEN)
|
#elif defined(EMSCRIPTEN)
|
||||||
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE
|
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE
|
||||||
|
Loading…
Reference in New Issue
Block a user