oleaut32: Fix returning Typelib file name.
commit1ce38682fb7d4904d4baaf19945881b8730c49d3
authorRobert Shearman <rob@codeweavers.com>
Tue, 14 Feb 2006 10:33:40 +0000 (14 11:33 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Feb 2006 10:33:40 +0000 (14 11:33 +0100)
tree265cdd7a83c38ca13481b923098c1a16d78a9b57
parent1891e137da05777f670880a19d82ee2cd87f7e83
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.
dlls/oleaut32/typelib.c