Fix a couple of linker errors on Win32
Steve Hay [Tue, 2 Jan 2007 14:50:56 +0000 (14:50 +0000)]
p4raw-id: //depot/perl@29661

makedef.pl

index 060a40a..ff3e747 100644 (file)
@@ -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