diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-23 20:02:25 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-02-23 20:02:25 +0000 |
commit | 2d7c14ee4980d18d982b4709ee152c49510a6872 (patch) | |
tree | aab14ae3f134d06b3375a234d348c47598fb529b /win32/win32.h | |
parent | eacec437e0f082d8ac91fe7ac7f3e60f5e692905 (diff) | |
download | perl-2d7c14ee4980d18d982b4709ee152c49510a6872.tar.gz |
Abolish USE_WIN32_RTL_ENV.
p4raw-id: //depot/perl@8916
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win32/win32.h b/win32/win32.h index 1040ef1c1a..232542c580 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -122,11 +122,6 @@ struct utsname { #define PERL_NO_FORCE_LINK /* no need for PL_force_link_funcs */ -/* if USE_WIN32_RTL_ENV is not defined, Perl uses direct Win32 calls - * to read the environment, bypassing the runtime's (usually broken) - * facilities for accessing the same. See note in util.c/my_setenv(). */ -/*#define USE_WIN32_RTL_ENV */ - /* Define USE_FIXED_OSFHANDLE to fix MSVCRT's _open_osfhandle() on W95. It now uses some black magic to work seamlessly with the DLL CRT and works with MSVC++ 4.0+ or GCC/Mingw32 |