summaryrefslogtreecommitdiff
path: root/ext/mbstring/oniguruma/onigposix.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/oniguruma/onigposix.h')
-rw-r--r--ext/mbstring/oniguruma/onigposix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/oniguruma/onigposix.h b/ext/mbstring/oniguruma/onigposix.h
index cfeb88a292..f1cb35fbd8 100644
--- a/ext/mbstring/oniguruma/onigposix.h
+++ b/ext/mbstring/oniguruma/onigposix.h
@@ -97,7 +97,7 @@ typedef struct {
#ifndef ONIG_EXTERN
#if defined(_WIN32) && !defined(__GNUC__)
-#if defined(EXPORT) || defined(RUBY_EXPORT)
+#if defined(EXPORT)
#define ONIG_EXTERN extern __declspec(dllexport)
#else
#define ONIG_EXTERN extern __declspec(dllimport)