summaryrefslogtreecommitdiff
path: root/EXTERN.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-04-04 17:26:32 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-04-04 17:26:32 +0000
commit9c293c15158bfb03b0eee7c1709475e67ecfa0fb (patch)
tree43b9e41544eec6978923a2109b6feeaab6cba578 /EXTERN.h
parent1a441de9e39aa86c8c59c2fcffec5059a718b16e (diff)
downloadperl-9c293c15158bfb03b0eee7c1709475e67ecfa0fb.tar.gz
[win32] remove __declspec kludge in sdbm.h in favor of setting a
flag for static symbols p4raw-id: //depot/win32/perl@876
Diffstat (limited to 'EXTERN.h')
-rw-r--r--EXTERN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EXTERN.h b/EXTERN.h
index 8b0584efd8..b0435c2dc9 100644
--- a/EXTERN.h
+++ b/EXTERN.h
@@ -27,7 +27,7 @@
# define EXTCONST globalref
# define dEXTCONST globaldef {"$GLOBAL_RO_VARS"} readonly
#else
-# if defined(WIN32) && !defined(__GNUC__)
+# if defined(WIN32) && !defined(PERL_STATIC_SYMS) && !defined(__GNUC__)
# ifdef PERLDLL
# define EXT extern __declspec(dllexport)
# define dEXT