summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-12 07:37:41 (GMT)
committernijtmans <nijtmans>2011-01-12 07:37:41 (GMT)
commitfd2090f70aefd3f2aa0bd2ac47c5829bcd4b8020 (patch)
tree13e9c4506e2402acdab77bba3ff2890a10421171 /ChangeLog
parentc594b7a5feccebc5b176911e2c460f61598f123f (diff)
downloadtcl-fd2090f70aefd3f2aa0bd2ac47c5829bcd4b8020.zip
tcl-fd2090f70aefd3f2aa0bd2ac47c5829bcd4b8020.tar.gz
tcl-fd2090f70aefd3f2aa0bd2ac47c5829bcd4b8020.tar.bz2
VS 2005 64-bit does not have intrin.h, and does not need it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0466b7a..fede2f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* win/tclWinFile.c: Use _vsnprintf in stead of vsnprintf, because
MSVC 6 doesn't have it. Reported by andreask.
+ * win/tclWin32Dll.c: VS 2005 64-bit does not have intrin.h, and
+ does not need it.
2011-01-07 Kevin B. Kenny <kennykb@acm.org>