diff options
author | hobbs <hobbs> | 2010-08-04 19:17:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 19:17:29 (GMT) |
commit | 3eb4594f9d874632e81928b003b1bf818a57739b (patch) | |
tree | 6dba9fc62dff9121c9d6361b37b163108fa11e50 /ChangeLog | |
parent | 005c9d765c9cd9d8ae063885428784b780d0914f (diff) | |
download | tcl-3eb4594f9d874632e81928b003b1bf818a57739b.zip tcl-3eb4594f9d874632e81928b003b1bf818a57739b.tar.gz tcl-3eb4594f9d874632e81928b003b1bf818a57739b.tar.bz2 |
* win/tclWin32Dll.c (asciiProcs, unicodeProcs):
* win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with
* win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to
prefer dependent DLLs in same dir as loaded DLL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-08-04 Jeff Hobbs <jeffh@ActiveState.com> + * win/tclWin32Dll.c (asciiProcs, unicodeProcs): + * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with + * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to + prefer dependent DLLs in same dir as loaded DLL. + * win/Makefile.in (%.${OBJEXT}): better implicit rules support 2010-08-04 Don Porter <dgp@users.sourceforge.net> |