summaryrefslogtreecommitdiff
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/defines.h')
-rw-r--r--include/ruby/defines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 51b2eb816d..45841dad74 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -241,6 +241,10 @@ extern const unsigned char rb_nan[];
#endif
+#ifndef RUBY_FUNC_EXPORTED
+#define RUBY_FUNC_EXPORTED
+#endif
+
#ifndef RUBY_EXTERN
#define RUBY_EXTERN extern
#endif