diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 23:44:26 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-04-06 23:44:26 (GMT) |
| commit | 019db2eeac52e67aea6dfa380fb13f84f06889ca (patch) | |
| tree | 695c1eadd2a737d0f0c7ad80bd67a7648ed80da9 /generic/tclPort.h | |
| parent | f19dc488c7222a8e782fd227736f0d440c806bc4 (diff) | |
| parent | 63e3c5ca66470ba1f461055790abad3131092b0a (diff) | |
| download | tcl-019db2eeac52e67aea6dfa380fb13f84f06889ca.zip tcl-019db2eeac52e67aea6dfa380fb13f84f06889ca.tar.gz tcl-019db2eeac52e67aea6dfa380fb13f84f06889ca.tar.bz2 | |
merged
Diffstat (limited to 'generic/tclPort.h')
| -rw-r--r-- | generic/tclPort.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/generic/tclPort.h b/generic/tclPort.h index 23c6191..79bea88 100644 --- a/generic/tclPort.h +++ b/generic/tclPort.h @@ -29,10 +29,13 @@ # define USE_PUTENV 1 # define USE_PUTENV_FOR_UNSET 1 /* On Cygwin, the environment is imported from the Cygwin DLL. */ - DLLIMPORT extern char **__cygwin_environ; - DLLIMPORT extern int cygwin_conv_to_win32_path(const char *, char *); # define environ __cygwin_environ # define timezone _timezone + DLLIMPORT extern char **__cygwin_environ; + 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 *); #endif #if !defined(LLONG_MIN) |
