diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-04-15 20:59:04 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-04-15 20:59:04 (GMT) |
commit | 1a6eff809b4d5e97aa1d93d21be5c807a5649468 (patch) | |
tree | 772e33a755fb1d8b710fdcdca6ba78e2095c34da /ChangeLog | |
parent | a136880555e7e4ff722b33bfa90d7bc5c9ef6f42 (diff) | |
download | tcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.zip tcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.tar.gz tcl-1a6eff809b4d5e97aa1d93d21be5c807a5649468.tar.bz2 |
Corrected use of types to make compilation compatible with VC++5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ * makefile.vc: Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in and tclWinPipe.c on 2003-04-14. Now passes TCL_PIPE_DLL in place of TCL_DBGX. + * win/tclWinTime.c: Corrected use of types to make compilation + compatible with VC++5. 2003-04-15 Vince Darley <vincentdarley@users.sourceforge.net> |