From d28b3ca33071294d5507ab87fd6bc2c7db6a2947 Mon Sep 17 00:00:00 2001 From: Gary Clark Date: Mon, 5 May 1997 10:49:03 -0700 Subject: 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 --- win32/makedef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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 -- cgit v1.2.1