diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-04 17:26:32 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-04-04 17:26:32 +0000 |
commit | 9c293c15158bfb03b0eee7c1709475e67ecfa0fb (patch) | |
tree | 43b9e41544eec6978923a2109b6feeaab6cba578 /EXTERN.h | |
parent | 1a441de9e39aa86c8c59c2fcffec5059a718b16e (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |