summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-11-08 20:30:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-11-08 20:30:58 +0000
commit25dbdbbc9baa4ce445d83d58ac5170ed28a46c2c (patch)
tree7d1009c00fb80693041a735fb195799ac423573d /makedef.pl
parent350de78d9c02710bb008e9ca922c78ba251ec366 (diff)
downloadperl-25dbdbbc9baa4ce445d83d58ac5170ed28a46c2c.tar.gz
win32 symbol export tweak
p4raw-id: //depot/perl@4540
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/makedef.pl b/makedef.pl
index 8ec55bdd35..5c38aad75a 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -455,11 +455,6 @@ unless ($define{'DEBUGGING'})
PL_watchok)];
}
-if ($PLATFORM eq 'win32' && $define{'HAVE_DES_FCRYPT'})
- {
- emit_symbols [qw(win32_crypt)];
- }
-
# functions from *.sym files
my @syms = ($global_sym, $pp_sym, $globvar_sym);
@@ -671,6 +666,7 @@ win32_rewinddir
win32_closedir
win32_longpath
win32_os_id
+win32_crypt
)) {
try_symbol($symbol);
}