summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-02-23 20:02:25 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-02-23 20:02:25 +0000
commit2d7c14ee4980d18d982b4709ee152c49510a6872 (patch)
treeaab14ae3f134d06b3375a234d348c47598fb529b /win32/win32iop.h
parenteacec437e0f082d8ac91fe7ac7f3e60f5e692905 (diff)
downloadperl-2d7c14ee4980d18d982b4709ee152c49510a6872.tar.gz
Abolish USE_WIN32_RTL_ENV.
p4raw-id: //depot/perl@8916
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index 5629babe83..5412f5e9a3 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -120,10 +120,8 @@ DllExport void win32_seekdir(DIR *dirp, long loc);
DllExport void win32_rewinddir(DIR *dirp);
DllExport int win32_closedir(DIR *dirp);
-#ifndef USE_WIN32_RTL_ENV
DllExport char* win32_getenv(const char *name);
DllExport int win32_putenv(const char *name);
-#endif
DllExport unsigned win32_sleep(unsigned int);
DllExport int win32_times(struct tms *timebuf);
@@ -300,12 +298,10 @@ END_EXTERN_C
#undef crypt
#define crypt(t,s) win32_crypt(t,s)
-#ifndef USE_WIN32_RTL_ENV
#undef getenv
#define getenv win32_getenv
#undef putenv
#define putenv win32_putenv
-#endif
#endif /* WIN32IO_IS_STDIO */
#endif /* WIN32IOP_H */