summaryrefslogtreecommitdiffstats
path: root/generic/tclPort.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-04-26 13:52:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-04-26 13:52:58 (GMT)
commitf8900a54702510fa7e6068221cba71c5f8920f01 (patch)
tree502e16aa19987a0abef1d255638a9d39a00bd4ab /generic/tclPort.h
parentace56e587278e676259306f1a89602f3ca679f52 (diff)
parentf9c3c819472813905c28f23456d1e94d8a167aa1 (diff)
downloadtcl-f8900a54702510fa7e6068221cba71c5f8920f01.zip
tcl-f8900a54702510fa7e6068221cba71c5f8920f01.tar.gz
tcl-f8900a54702510fa7e6068221cba71c5f8920f01.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclPort.h')
-rw-r--r--generic/tclPort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h
index 79bea88..d9361ca 100644
--- a/generic/tclPort.h
+++ b/generic/tclPort.h
@@ -35,7 +35,7 @@
DLLIMPORT extern int cygwin_conv_to_win32_path(const char *, char *);
DLLIMPORT extern int cygwin_posix_to_win32_path_list_buf_size(char *value);
DLLIMPORT extern void cygwin_posix_to_win32_path_list(char *buf, char *value);
- DLLIMPORT extern void __stdcall SetEnvironmentVariableA(const char*, const char *);
+ //DLLIMPORT extern void __stdcall SetEnvironmentVariableA(const char*, const char *);
#endif
#if !defined(LLONG_MIN)