RE: When is -DPERL_CORE required?
Jan Dubois [Fri, 18 May 2007 10:57:35 +0000 (03:57 -0700)]
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <044601c79976$046691d0$0d33b570$@com>

p4raw-id: //depot/perl@31242

win32/win32.h

index b065a35..d0e7d3d 100644 (file)
@@ -363,10 +363,6 @@ typedef  char *            caddr_t;        /* In malloc.c (core address). */
 /* #define PERL_SBRK_VIA_MALLOC        /**/
 #endif
 
-#if defined(PERLDLL) && !defined(PERL_CORE)
-#define PERL_CORE
-#endif
-
 #ifdef PERL_TEXTMODE_SCRIPTS
 #  define PERL_SCRIPT_MODE             "r"
 #else