aboutsummaryrefslogtreecommitdiffstats
path: root/dln.c
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-03-01 09:42:32 -0500
committerPeter Zhu <peter@peterzhu.ca>2022-03-01 09:42:32 -0500
commit210f29a6bfde91beba1773e848843e43554745aa (patch)
tree2ce43fc433bf1feda4a43a401dfae849834a23d2 /dln.c
parent33dadb2c8aeaaa03f90e4b0f2613031633aa8751 (diff)
downloadruby-210f29a6bfde91beba1773e848843e43554745aa.tar.gz
ABI checking is not supported on Windows
Diffstat (limited to 'dln.c')
-rw-r--r--dln.c2
1 files changed, 1 insertions, 1 deletions
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)
{