summaryrefslogtreecommitdiff
path: root/win32/wince.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-04-17 09:37:47 +0100
committerSteve Hay <SteveHay@planit.com>2009-04-17 09:37:47 +0100
commitd0fc6d8d2647c8903746df622ecf1140b22e36a4 (patch)
tree4ac55c7475cec0144ca15fc65b3cb8b33a78160d /win32/wince.c
parentf1aeb078644b7e7cb1fb4d9984b8bdf313d6a050 (diff)
downloadperl-d0fc6d8d2647c8903746df622ecf1140b22e36a4.tar.gz
Remove last vestiges of USE_WIN32_RTL_ENV
That was removed long ago by #8916, but some leftovers remained. See: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-04/msg00156.html
Diffstat (limited to 'win32/wince.c')
-rw-r--r--win32/wince.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/wince.c b/win32/wince.c
index 8512b4d940..b9163d75c0 100644
--- a/win32/wince.c
+++ b/win32/wince.c
@@ -893,8 +893,6 @@ win32_longpath(char *path)
return path;
}
-#ifndef USE_WIN32_RTL_ENV
-
DllExport char *
win32_getenv(const char *name)
{
@@ -907,8 +905,6 @@ win32_putenv(const char *name)
return xceputenv(name);
}
-#endif
-
static long
filetime_to_clock(PFILETIME ft)
{