From 210f29a6bfde91beba1773e848843e43554745aa Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 1 Mar 2022 09:42:32 -0500 Subject: ABI checking is not supported on Windows --- dln.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dln.c') diff --git a/dln.c b/dln.c index 767bae9479..6bfd2cd723 100644 --- a/dln.c +++ b/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) { -- cgit v1.2.3