ABI checking is not supported on Windows

This commit is contained in:
Peter Zhu 2022-03-01 09:42:32 -05:00
parent 33dadb2c8a
commit 210f29a6bf

2
dln.c
View File

@ -426,7 +426,7 @@ dln_sym(void *handle, const char *symbol)
} }
#endif #endif
#if RUBY_DLN_CHECK_ABI && (defined(_WIN32) || defined(USE_DLN_DLOPEN)) #if RUBY_DLN_CHECK_ABI && defined(USE_DLN_DLOPEN)
static bool static bool
abi_check_enabled_p(void) abi_check_enabled_p(void)
{ {