commit | 1ce38682fb7d4904d4baaf19945881b8730c49d3 | [log] [tgz] |
---|---|---|
author | Robert Shearman <rob@codeweavers.com> | Tue Feb 14 11:33:40 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Feb 14 11:33:40 2006 +0100 |
tree | 265cdd7a83c38ca13481b923098c1a16d78a9b57 | |
parent | 1891e137da05777f670880a19d82ee2cd87f7e83 [diff] |
oleaut32: Fix returning Typelib file name. We can't use GetModuleFileName on a resource-only module, so the best we can do is to copy the original name we used to find the type library. Fix a couple of places where we were incorrectly using the file name, rather than the path.