summaryrefslogtreecommitdiffstats
path: root/win/rc/tk.rc
diff options
context:
space:
mode:
Diffstat (limited to 'win/rc/tk.rc')
-rw-r--r--win/rc/tk.rc8
1 files changed, 1 insertions, 7 deletions
diff --git a/win/rc/tk.rc b/win/rc/tk.rc
index 6a74be3..35a9a8a 100644
--- a/win/rc/tk.rc
+++ b/win/rc/tk.rc
@@ -8,19 +8,13 @@
//
// build-up the name suffix that defines the type of build this is.
//
-#if TCL_THREADS
-#define SUFFIX_THREADS "t"
-#else
-#define SUFFIX_THREADS ""
-#endif
-
#if DEBUG && !UNCHECKED
#define SUFFIX_DEBUG "g"
#else
#define SUFFIX_DEBUG ""
#endif
-#define SUFFIX SUFFIX_THREADS SUFFIX_DEBUG
+#define SUFFIX SUFFIX_DEBUG
VS_VERSION_INFO VERSIONINFO