From: Gary Clark Date: Mon, 5 May 1997 17:49:03 +0000 (-0700) Subject: Win32 boot_DynaLoader problem in 99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d28b3ca33071294d5507ab87fd6bc2c7db6a2947;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/win32/makedef.pl b/win32/makedef.pl index 3a827d3..a0a0536 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