diff options
author | Gary Clark <GaryC@mail.jeld-wen.com> | 1997-05-05 10:49:03 -0700 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-05-08 00:00:00 +1200 |
commit | d28b3ca33071294d5507ab87fd6bc2c7db6a2947 (patch) | |
tree | 74f093f97e85d261beb6a4864834ab9b6e1198be /win32/makedef.pl | |
parent | b13ecc090d5cf4072407e393a4f356f8f10dbce4 (diff) | |
download | perl-d28b3ca33071294d5507ab87fd6bc2c7db6a2947.tar.gz |
Win32 boot_DynaLoader problem in 99
In makedef.pl, boot_DynaLoader is defined in $skip_sym. It should be
included in the __DATA__ section to force it into the dll exports.
p5p-msgid: 1997May05.105000.1708.84476@mail.jeld-wen.com
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r-- | win32/makedef.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index 3a827d3d0a..a0a05361a2 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -139,7 +139,6 @@ Perl_my_memcmp Perl_my_memset Perl_cshlen Perl_cshname -boot_DynaLoader !END!OF!SKIP! # All symbols have a Perl_ prefix because that's what embed.h @@ -212,6 +211,7 @@ perl_call_sv perl_require_pv perl_eval_pv perl_eval_sv +boot_DynaLoader win32_errno win32_environ win32_stdin |