diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-27 14:37:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-27 14:37:37 (GMT) |
commit | 28eb0289077aad0052036addef782cce499d0857 (patch) | |
tree | cbb2ef3605bfac2d9176a53132f1329d8edcd7ac /generic/tclEnv.c | |
parent | b1b14e036e39b348932a8c24e424b79a67af2e00 (diff) | |
parent | 4457676798e94230b3296a67ab9caed2dc95e8d5 (diff) | |
download | tcl-28eb0289077aad0052036addef782cce499d0857.zip tcl-28eb0289077aad0052036addef782cce499d0857.tar.gz tcl-28eb0289077aad0052036addef782cce499d0857.tar.bz2 |
Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongs
Diffstat (limited to 'generic/tclEnv.c')
-rw-r--r-- | generic/tclEnv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclEnv.c b/generic/tclEnv.c index 72d6fba..e45ae6a 100644 --- a/generic/tclEnv.c +++ b/generic/tclEnv.c @@ -698,6 +698,7 @@ TclFinalizeEnvironment(void) * fork) and the Windows environment (in case the application TCL code calls * exec, which calls the Windows CreateProcess function). */ +DLLIMPORT extern void __stdcall SetEnvironmentVariableA(const char*, const char *); static void TclCygwinPutenv( |