summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-05-16 08:26:09 +0000
committerSteve Hay <SteveHay@planit.com>2007-05-16 08:26:09 +0000
commit8b503b1a8d84e235d4f8455dd10d4d928b5a89e1 (patch)
tree93e30c0a42f35352cf6b1e9aa3032c50ebdd7557 /ext
parent2b1c14c1f96536fa0d2dde60586587f982d6db5d (diff)
downloadperl-8b503b1a8d84e235d4f8455dd10d4d928b5a89e1.tar.gz
A more general fix to non-threaded static extension build problems
than #31220 was. p4raw-id: //depot/perl@31229
Diffstat (limited to 'ext')
-rw-r--r--ext/Win32CORE/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/Win32CORE/Makefile.PL b/ext/Win32CORE/Makefile.PL
index c2620e78bb..0fec3061be 100644
--- a/ext/Win32CORE/Makefile.PL
+++ b/ext/Win32CORE/Makefile.PL
@@ -2,6 +2,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Win32CORE',
- 'DEFINE' => '-DPERLDLL -DPERL_CORE',
'VERSION_FROM' => 'Win32CORE.pm',
);