diff options
author | davygrvy <davygrvy@pobox.com> | 2001-09-05 03:34:56 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2001-09-05 03:34:56 (GMT) |
commit | 8e5f88457a32df90908c73840edac61388de3bcd (patch) | |
tree | 69b18950db6802902cc36f4a90174941f6822ced | |
parent | a9252ebd150006e8c46c0eeea4c9226c57bb3b2e (diff) | |
download | tcl-8e5f88457a32df90908c73840edac61388de3bcd.zip tcl-8e5f88457a32df90908c73840edac61388de3bcd.tar.gz tcl-8e5f88457a32df90908c73840edac61388de3bcd.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -5,8 +5,10 @@ I reversed the logic to not assume, and use when is by explicitly needing to add runtimes that support it such as Borland. - * generic/tcl.h: Borland compatibility change so ClientData was - properly typed as a void* + * generic/tcl.h: + * generic/tclPlatDecls.h: Borland compatibility change so + ClientData was properly typed as a void* and TCHAR would not be + defined twice. 2001-09-04 Don Porter <dgp@users.sourceforge.net> |