From: Steve Hay Date: Tue, 2 Jan 2007 14:50:56 +0000 (+0000) Subject: Fix a couple of linker errors on Win32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=436dbe32e97ff6a3905b8692ef05f5dea9232e4b;p=p5sagit%2Fp5-mst-13.2.git Fix a couple of linker errors on Win32 p4raw-id: //depot/perl@29661 --- diff --git a/makedef.pl b/makedef.pl index 060a40a..ff3e747 100644 --- a/makedef.pl +++ b/makedef.pl @@ -885,6 +885,13 @@ if ($define{'PERL_MAD'}) { )]; } +unless ($define{'PERL_GLOBAL_STRUCT_PRIVATE'}) { + skip_symbols [qw( + PL_my_cxt_keys + Perl_my_cxt_index + )]; +} + unless ($define{'d_mmap'}) { skip_symbols [qw( PL_mmap_page_size