summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2001-07-17 02:01:23 (GMT)
committermdejong <mdejong>2001-07-17 02:01:23 (GMT)
commitb8bb94671e8999fad9dd12e9a182bafb1f030c19 (patch)
tree2cad859a856b37e33dff04b960c188aecb4b7b67 /ChangeLog
parent69695c3c8e2ec08c505eb65ef119b3bb808dd79e (diff)
downloadtcl-b8bb94671e8999fad9dd12e9a182bafb1f030c19.zip
tcl-b8bb94671e8999fad9dd12e9a182bafb1f030c19.tar.gz
tcl-b8bb94671e8999fad9dd12e9a182bafb1f030c19.tar.bz2
* generic/tcl.h: Define __WIN32__ when
__CYGWIN__ or __MINGW32__ is defined. * generic/tclAlloc.c: Define caddr_t when compiling with VC++ or mingw. This type is already defined when compiling with Cygwin.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3831490..e6cb970 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2001-07-16 Mo DeJong <mdejong@redhat.com>
+ * generic/tcl.h: Define __WIN32__ when
+ __CYGWIN__ or __MINGW32__ is defined.
+ * generic/tclAlloc.c: Define caddr_t when
+ compiling with VC++ or mingw. This type is
+ already defined when compiling with Cygwin.
+
+2001-07-16 Mo DeJong <mdejong@redhat.com>
+
* win/tclWinConsole.c:
* win/tclWinPipe.c:
* win/tclWinPort.h: