Skip to content

Commit

Permalink
ABI checking is not supported on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Mar 1, 2022
1 parent 33dadb2 commit 210f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dln.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 210f29a

Please sign in to comment.