diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-18 07:00:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-18 07:00:04 (GMT) |
commit | c694b80895cefb1f73e090593b507dfa7f6a213e (patch) | |
tree | 6fc5ca2c9dcce11b495bfe1f4f3d7fcb59da6b50 /win/tclWinFile.c | |
parent | ff8fb44d1b74a43cc1e608f3ffdaa3b1c5845fa1 (diff) | |
download | tcl-c694b80895cefb1f73e090593b507dfa7f6a213e.zip tcl-c694b80895cefb1f73e090593b507dfa7f6a213e.tar.gz tcl-c694b80895cefb1f73e090593b507dfa7f6a213e.tar.bz2 |
Better place to put vsnprintf switch, so it is usable by all *.c files.
Fix comment on _ANSI_ARGS_ which is no longer true since 8.6.
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 31fa603..1d9f93a 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -18,10 +18,6 @@ #include <shlobj.h> #include <lm.h> /* For TclpGetUserHome(). */ -#if defined(_MSC_VER) -# define vsnprintf _vsnprintf -#endif - /* * The number of 100-ns intervals between the Windows system epoch (1601-01-01 * on the proleptic Gregorian calendar) and the Posix epoch (1970-01-01). |