diff options
author | hobbs <hobbs> | 2010-08-04 19:35:22 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-04 19:35:22 (GMT) |
commit | 28ba9b68895dac52cf46906480875eb1d4e2cd75 (patch) | |
tree | aaadf08044448808ae487b9e9d5eb5e8961a88e6 /ChangeLog | |
parent | 2ac203fc20c03c871fcacad69347193fb37ead91 (diff) | |
download | tcl-28ba9b68895dac52cf46906480875eb1d4e2cd75.zip tcl-28ba9b68895dac52cf46906480875eb1d4e2cd75.tar.gz tcl-28ba9b68895dac52cf46906480875eb1d4e2cd75.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 Andreas Kupries <andreask@activestate.com> |