summaryrefslogtreecommitdiffstats
path: root/regex.h
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-07 15:49:37 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-07 15:49:37 +0000
commitc9e5e4798fffe7e8da8ac1a13e7aa3c4379ab6a9 (patch)
treef484706dbbe24fd9cf7f4ea64a974328a291ea78 /regex.h
parente7520fc4cdc1fd84a09f398f173e5742062dcd3c (diff)
downloadruby-c9e5e4798fffe7e8da8ac1a13e7aa3c4379ab6a9.tar.gz
ruby-c9e5e4798fffe7e8da8ac1a13e7aa3c4379ab6a9.tar.xz
ruby-c9e5e4798fffe7e8da8ac1a13e7aa3c4379ab6a9.zip
2000-06-08
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index 69c7daa90..fafd7a554 100644
--- a/regex.h
+++ b/regex.h
@@ -90,7 +90,7 @@
#define MBCTYPE_SJIS 2
#define MBCTYPE_UTF8 3
-#if defined IMPORT
+#if defined IMPORT || defined USEIMPORTLIB
extern __declspec(dllimport)
#elif defined EXPORT
extern __declspec(dllexport)