summaryrefslogtreecommitdiff
path: root/makedef.pl
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2013-12-11 02:22:13 -0300
committerBrian Fraser <fraserbn@gmail.com>2014-01-22 13:09:47 -0300
commit9f88ff7aa7617394415b4ce5793ea6f66905e4bd (patch)
treebdc4187c99df84c65d0236766b493b4dc27ceee8 /makedef.pl
parentf0ea44a573bf880e5164e044bb7f4430b1254552 (diff)
downloadperl-9f88ff7aa7617394415b4ce5793ea6f66905e4bd.tar.gz
Update the WinCE files to the new cross model
Diffstat (limited to 'makedef.pl')
-rw-r--r--makedef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/makedef.pl b/makedef.pl
index c97fdc46db..27f71ff19c 100644
--- a/makedef.pl
+++ b/makedef.pl
@@ -104,7 +104,7 @@ my %exportperlmalloc =
my $exportperlmalloc = $ARGS{PLATFORM} eq 'os2';
-my $config_h = $ARGS{PLATFORM} eq 'wince' ? 'xconfig.h' : 'config.h';
+my $config_h = 'config.h';
open(CFG, '<', $config_h) || die "Cannot open $config_h: $!\n";
while (<CFG>) {
$define{$1} = 1 if /^\s*\#\s*define\s+(MYMALLOC|MULTIPLICITY