diff options
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) { |