commit | a5e1b008a97f7c3c0ecf94543f1c3306d6c0e7e8 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Jun 27 21:53:17 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Jun 27 21:53:17 1998 +0000 |
tree | 212c796caf94a39984d3985f58528a11bfe7363f | |
parent | 0ef577b9668db07fadcf555ee596955261b8591a [diff] |
Windows-specific hack to make sure that when LoadLibrary() is called, the filename contains at least a rudimentary pathname. (The bad part is that we need to call getcwd() because only a prefix of ".\\" is not enough -- we prefix the drive letter.)