]> granicus.if.org Git - python/commit
On Win32, use
authorGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 01:44:41 +0000 (01:44 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 01:44:41 +0000 (01:44 +0000)
commit0f8b30f8ce795c62b81ad5a922c8c3f232e7784a
tree3ff957b2bb088e414c5ed1b8ef9f5de237454d25
parent2a570049acf2789bfbe2d907a188895249f17b62
On Win32, use
LoadLibraryEx(pathname, NULL, LOAD_WITH_ALTERED_SEARCH_PATH)
to search dependent DLLs in the directory of the pathname.
Python/importdl.c