summaryrefslogtreecommitdiff
path: root/tcl/generic/tclEnv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/generic/tclEnv.c')
-rw-r--r--tcl/generic/tclEnv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/generic/tclEnv.c b/tcl/generic/tclEnv.c
index f67918b506d..d7532582acb 100644
--- a/tcl/generic/tclEnv.c
+++ b/tcl/generic/tclEnv.c
@@ -23,9 +23,9 @@
/* On cygwin32, the environment is imported from the cygwin32 DLL. */
-extern char ***__imp___cygwin_environ;
+extern char ***_imp____cygwin_environ;
-#define environ (*__imp___cygwin_environ)
+#define environ (*_imp____cygwin_environ)
/* We need to use a special putenv function to handle PATH. */
#ifndef USE_PUTENV