summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 07:28:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-22 07:28:35 (GMT)
commitaf5e71d430f6eeccc0410a64c825efa7c68ae632 (patch)
tree0dbf93138f1d98a56ea03c6ef5fa29a797a0055f /win
parenta33850a8af8654f75abba715c75afc4a15d82cc9 (diff)
downloadtk-af5e71d430f6eeccc0410a64c825efa7c68ae632.zip
tk-af5e71d430f6eeccc0410a64c825efa7c68ae632.tar.gz
tk-af5e71d430f6eeccc0410a64c825efa7c68ae632.tar.bz2
Fix [https://core.tcl-lang.org/tcl/info/ea8cd4789c|ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010
Diffstat (limited to 'win')
-rw-r--r--win/rules.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc
index d966066..13e3879 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -1340,7 +1340,7 @@ INCLUDE_INSTALL_DIR = $(_INSTALLDIR)\..\include
# define PRJ_LIBS before including rules.rc if additional libs are needed
OPTDEFINES = /DSTDC_HEADERS
-!if $(VCVERSION) >= 1600
+!if $(VCVERSION) > 1600
OPTDEFINES = $(OPTDEFINES) /DHAVE_STDINT_H=1
!else
OPTDEFINES = $(OPTDEFINES) /DMP_NO_STDINT=1