summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-17 15:44:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-17 15:44:01 (GMT)
commitc5500b60350f48a5de2b1217fa38cc678511a329 (patch)
treeb9bf2ce2d2aa700f1c289bf0e8d113ce4be5108e /win/tclWin32Dll.c
parent0e057345422c670033e65792b8c69272862a5e74 (diff)
downloadtcl-c5500b60350f48a5de2b1217fa38cc678511a329.zip
tcl-c5500b60350f48a5de2b1217fa38cc678511a329.tar.gz
tcl-c5500b60350f48a5de2b1217fa38cc678511a329.tar.bz2
Simplifications when assuming VS 2015 or later
Diffstat (limited to 'win/tclWin32Dll.c')
-rw-r--r--win/tclWin32Dll.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c
index cbcb3ed..d658ce4 100644
--- a/win/tclWin32Dll.c
+++ b/win/tclWin32Dll.c
@@ -25,14 +25,6 @@
static HINSTANCE hInstance; /* HINSTANCE of this DLL. */
/*
- * VC++ 5.x has no 'cpuid' assembler instruction, so we must emulate it
- */
-
-#if defined(_MSC_VER) && (_MSC_VER <= 1100) && defined (_M_IX86)
-#define cpuid __asm __emit 0fh __asm __emit 0a2h
-#endif
-
-/*
* The following declaration is for the VC++ DLL entry point.
*/