diff options
author | davygrvy <davygrvy@pobox.com> | 2004-04-24 07:49:45 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-04-24 07:49:45 (GMT) |
commit | 60c803eafcbcbbcc06d74f69cda1be1a81433ee8 (patch) | |
tree | e615ed9631280bf68365f2b48e7bf4f4c9fd575f | |
parent | 818ba470a09e0139346184044e9fad9505546445 (diff) | |
download | tcl-60c803eafcbcbbcc06d74f69cda1be1a81433ee8.zip tcl-60c803eafcbcbbcc06d74f69cda1be1a81433ee8.tar.gz tcl-60c803eafcbcbbcc06d74f69cda1be1a81433ee8.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-04-24 David Gravereaux <davygrvy@pobox.com> + + * win/tclWin32Dll.c (DllMain): Added DisableThreadLibraryCalls() + for the DLL_PROCESS_ATTACH case. We're not interested in knowing + about DLL_THREAD_ATTACH, so disable the notices. + 2004-04-24 Daniel Steffen <das@users.sourceforge.net> * generic/tclPort.h: |