mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ABI checking is not supported on Windows
This commit is contained in:
parent
33dadb2c8a
commit
210f29a6bf
1 changed files with 1 additions and 1 deletions
2
dln.c
2
dln.c
|
@ -426,7 +426,7 @@ dln_sym(void *handle, const char *symbol)
|
|||
}
|
||||
#endif
|
||||
|
||||
#if RUBY_DLN_CHECK_ABI && (defined(_WIN32) || defined(USE_DLN_DLOPEN))
|
||||
#if RUBY_DLN_CHECK_ABI && defined(USE_DLN_DLOPEN)
|
||||
static bool
|
||||
abi_check_enabled_p(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue