summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-04-14 02:36:57 (GMT)
committermdejong <mdejong>2003-04-14 02:36:57 (GMT)
commit0642c2ce3305c22c76c707fe3a2b4adc74c36c72 (patch)
treeda9db3b4445736bddeaa994bdd7e2c453a4a5ba8 /ChangeLog
parent37ff37a0b748da5dcebf15c20e744d8573aeb7a6 (diff)
downloadtcl-0642c2ce3305c22c76c707fe3a2b4adc74c36c72.zip
tcl-0642c2ce3305c22c76c707fe3a2b4adc74c36c72.tar.gz
tcl-0642c2ce3305c22c76c707fe3a2b4adc74c36c72.tar.bz2
* win/configure: Regen.
* win/configure.in: Add check for FINDEX_INFO_LEVELS from winbase.h, known to be a problem in VC++ 5.2. Define HAVE_NO_FINDEX_ENUMS if the define does not exist. * win/tclWinFile.c: Put declarations for FINDEX_INFO_LEVELS and FINDEX_SEARCH_OPS inside a check for HAVE_NO_FINDEX_ENUMS so that these are not declared twice. This fixes the Mingw build. * win/tclWinTime.c: Rework the init of timeInfo so that the number or initializers matches the declaration. This was broken under Mingw. Add cast to avoid compile warning when calling the AccumulateSample function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 985aeeb..75b4ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-04-13 Mo DeJong <mdejong@users.sourceforge.net>
+
+ * win/configure: Regen.
+ * win/configure.in: Add check for FINDEX_INFO_LEVELS
+ from winbase.h, known to be a problem in VC++ 5.2.
+ Define HAVE_NO_FINDEX_ENUMS if the define does not
+ exist.
+ * win/tclWinFile.c: Put declarations for
+ FINDEX_INFO_LEVELS and FINDEX_SEARCH_OPS inside
+ a check for HAVE_NO_FINDEX_ENUMS so that these are
+ not declared twice. This fixes the Mingw build.
+ * win/tclWinTime.c: Rework the init of timeInfo
+ so that the number or initializers matches the
+ declaration. This was broken under Mingw. Add
+ cast to avoid compile warning when calling the
+ AccumulateSample function.
+
2003-04-12 Jeff Hobbs <jeffh@ActiveState.com>
* win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.c