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)
commit3b161d98427064651cababcdfa1c11ba2a54399e (patch)
tree13e9c4506e2402acdab77bba3ff2890a10421171 /ChangeLog
parent84d1c7709abed907b53e9cdd145384d5fa7c51b2 (diff)
downloadtcl-3b161d98427064651cababcdfa1c11ba2a54399e.zip
tcl-3b161d98427064651cababcdfa1c11ba2a54399e.tar.gz
tcl-3b161d98427064651cababcdfa1c11ba2a54399e.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>