]> granicus.if.org Git - python/commit
Removed a Windows 9x trick used before LoadLibraryExW.
authorBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 22:55:54 +0000 (17:55 -0500)
committerBrian Curtin <brian@python.org>
Thu, 9 Jun 2011 22:55:54 +0000 (17:55 -0500)
commit589f89e2ad08a6cae34d90b227d3ffcfe1c06216
treee1973eff8188afdf19122c58d3ad9797a92f5f1d
parent51fcb811e3169661d2995b1e6de6d1b46a7284c3
Removed a Windows 9x trick used before LoadLibraryExW.

Windows 9x has long been unsupported and the result of GetFullPathName
was not even being used in the first place.
Python/dynload_win.c