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.c | |
parent | eacec437e0f082d8ac91fe7ac7f3e60f5e692905 (diff) | |
download | perl-2d7c14ee4980d18d982b4709ee152c49510a6872.tar.gz |
Abolish USE_WIN32_RTL_ENV.
p4raw-id: //depot/perl@8916
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32.c b/win32/win32.c index ba445a488b..226ef9b7c0 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1322,8 +1322,6 @@ win32_longpath(char *path) return path; } -#ifndef USE_WIN32_RTL_ENV - DllExport char * win32_getenv(const char *name) { @@ -1425,8 +1423,6 @@ win32_putenv(const char *name) return relval; } -#endif - static long filetime_to_clock(PFILETIME ft) { |