as req? (nw)

This commit is contained in:
David Haywood 2015-11-04 16:11:53 +00:00
parent 32562ed54d
commit 65a43a4e93

View File

@ -99,7 +99,7 @@
#define USE_DELEGATE_TYPE DELEGATE_TYPE_INTERNAL
#define MEMBER_ABI __thiscall
#define HAS_DIFFERENT_ABI 1
#elif defined(__clang__) && defined(__i386__)
#elif defined(__clang__) && defined(__i386__) && defined(_WIN32)
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE
#elif defined(EMSCRIPTEN)
#define USE_DELEGATE_TYPE DELEGATE_TYPE_COMPATIBLE