diff options
author | sebres <sebres@users.sourceforge.net> | 2019-06-25 16:09:33 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2019-06-25 16:09:33 (GMT) |
commit | be26adf83b00a077251c7242792c50c23fa0baa7 (patch) | |
tree | 7fee556e8837215f552fc55a01e68e52aa35e77d /win/tclWinFile.c | |
parent | c1ee80eccf07579e1df09f808369df85013241db (diff) | |
download | tcl-be26adf83b00a077251c7242792c50c23fa0baa7.zip tcl-be26adf83b00a077251c7242792c50c23fa0baa7.tar.gz tcl-be26adf83b00a077251c7242792c50c23fa0baa7.tar.bz2 |
fixed build with MSVC 6.0
Diffstat (limited to 'win/tclWinFile.c')
-rwxr-xr-x | win/tclWinFile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 8ee4bce..d582664 100755 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -17,7 +17,6 @@ #include <winioctl.h> #include <shlobj.h> #include <lmaccess.h> /* For TclpGetUserHome(). */ -#include <userenv.h> /* For TclpGetUserHome(). */ /* * The number of 100-ns intervals between the Windows system epoch (1601-01-01 |