This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
authorJan Dubois <jand@activestate.com>
Wed, 27 Jun 2007 15:34:12 +0000 (08:34 -0700)
committerSteve Hay <SteveHay@planit.com>
Thu, 28 Jun 2007 10:11:15 +0000 (10:11 +0000)
commit9fb265f7d587e571375a3a5fdb05c24fd9d10d91
tree44de97dd1d5136d4f06948e9d7aec6ec5937de19
parent5be5c7a687aa37f2ea9dec7988eb57cad1f1ec24
RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>

Rearranges the initialization of Win32CORE. The Perl interpreter isn't
fully initialized when Perl_init_os_extras() in win32/win32.c is called,
so it is not safe to use the Perl calling mechanism yet. Fixes a problem
building PAR-Packer on Win32.

p4raw-id: //depot/perl@31490
cygwin/cygwin.c
ext/Win32CORE/Win32CORE.c
ext/Win32CORE/Win32CORE.pm
makedef.pl
win32/win32.c