diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-07 11:02:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-07 11:02:23 (GMT) |
commit | b0874b989e7d2530303a339f38f25c5f013e44da (patch) | |
tree | 48e3a861aa9d7a85f8264a3560705786c845b538 | |
parent | 0e71e665cb4d5c39c2f2164ed86472bf4ca7afd3 (diff) | |
parent | e6daa71c1a5b1f9cb013f61c1d2f16676567ad3d (diff) | |
download | tcl-b0874b989e7d2530303a339f38f25c5f013e44da.zip tcl-b0874b989e7d2530303a339f38f25c5f013e44da.tar.gz tcl-b0874b989e7d2530303a339f38f25c5f013e44da.tar.bz2 |
Merge 8.7
-rw-r--r-- | win/rules.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/rules.vc b/win/rules.vc index db65ce7..fdc68e0 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -1418,7 +1418,7 @@ OPTDEFINES = $(OPTDEFINES) /DTCL_CFG_DO64BIT OPTDEFINES = $(OPTDEFINES) /DNO_STRTOI64=1
!endif
-!if "$(TCL_MAJOR_VERSION)" == "8"
+!if $(TCL_MAJOR_VERSION) == 8
!if "$(_USE_64BIT_TIME_T)" == "1"
OPTDEFINES = $(OPTDEFINES) /D_USE_64BIT_TIME_T=1
!endif
|