Win32 boot_DynaLoader problem in 99
authorGary Clark <GaryC@mail.jeld-wen.com>
Mon, 5 May 1997 17:49:03 +0000 (10:49 -0700)
committerChip Salzenberg <chip@atlantic.net>
Wed, 7 May 1997 12:00:00 +0000 (00:00 +1200)
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

index 3a827d3..a0a0536 100644 (file)
@@ -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