Fix skip counts introduced in #33433
[p5sagit/p5-mst-13.2.git] / ext / Win32CORE / Makefile.PL
index c2620e7..0fec306 100644 (file)
@@ -2,6 +2,5 @@ use ExtUtils::MakeMaker;
 
 WriteMakefile(
     'NAME'             => 'Win32CORE',
-    'DEFINE'           => '-DPERLDLL -DPERL_CORE',
     'VERSION_FROM'     => 'Win32CORE.pm',
 );