summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
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 /win/tclWin32Dll.c
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 'win/tclWin32Dll.c')
-rw-r--r--win/tclWin32Dll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c
index ac4a008..47b8b04 100644
--- a/win/tclWin32Dll.c
+++ b/win/tclWin32Dll.c
@@ -10,11 +10,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclWin32Dll.c,v 1.73 2010/12/21 10:04:59 nijtmans Exp $
+ * RCS: @(#) $Id: tclWin32Dll.c,v 1.74 2011/01/12 07:37:41 nijtmans Exp $
*/
#include "tclWinInt.h"
-#if defined(HAVE_INTRIN_H) || (defined(_MSC_VER) && defined(_WIN64))
+#if defined(HAVE_INTRIN_H)
# include <intrin.h>
#endif