summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-08 16:20:46 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-08 16:20:46 +0000
commitbd896d5010f2dadda076b613e414c830cecfa254 (patch)
tree462cf19d3f8acca8a5b7c7f1947def71cb8a5516 /regex.h
parent1293aaf1d9cd9a057039f5cce03fefc3a20f1f76 (diff)
2000-06-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@738 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 f5b34843c0..dadb548fb1 100644
--- a/regex.h
+++ b/regex.h
@@ -84,7 +84,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)