From: Douglas Lankshear Date: Wed, 22 Jul 1998 07:09:09 +0000 (-0700) Subject: win32 tweaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e9ee4811e9cb1e626e3ac1b3b595de5ded0d4121;p=p5sagit%2Fp5-mst-13.2.git win32 tweaks Message-Id: <000001bdb57a$4bc9dd00$a32fa8c0@tau.Active> p4raw-id: //depot/perl@1640 --- diff --git a/win32/Makefile b/win32/Makefile index 92fb7d6..811e32f 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -50,8 +50,8 @@ INST_VER = \5.005 # # uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. -# Highly recommended. It has patches that fix known bugs in MSCVRT.DLL. -# You will need to download it from: http://www.activestate.com/ +# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. +# You will need to download it from: http://www.activestate.com/ # and follow the directions in the package to install. # #USE_PERLCRT = define diff --git a/win32/makefile.mk b/win32/makefile.mk index c51ee8e..57813aa 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -57,11 +57,10 @@ CCTYPE *= BORLAND #CFG *= Debug # -# uncomment to enable linking with setargv.obj under the Visual C -# compiler. Setting this options enables perl to expand wildcards in -# arguments, but it may be harder to use alternate methods like -# File::DosGlob that are more powerful. This option is supported only with -# Visual C. +# uncomment to enable use of PerlCRT.DLL when using the Visual C compiler. +# Highly recommended. It has patches that fix known bugs in MSVCRT.DLL. +# You will need to download it from: http://www.activestate.com/ +# and follow the directions in the package to install. # #USE_PERLCRT *= define diff --git a/win32/win32.h b/win32/win32.h index bfbaaed..5b3f91d 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -10,6 +10,9 @@ #define _INC_WIN32_PERL5 #ifdef PERL_OBJECT +# define DYNAMIC_ENV_FETCH +# define ENV_HV_NAME "___ENV_HV_NAME___" +# define prime_env_iter() # define WIN32IO_IS_STDIO /* don't pull in custom stdio layer */ # ifdef PERL_GLOBAL_STRUCT # error PERL_GLOBAL_STRUCT cannot be defined with PERL_OBJECT