oleaut: Make TLB_ReadTypeLib not rely on the signature of executables or dlls

Robert Shearman rob at codeweavers.com
Wed Feb 8 08:32:33 CST 2006


ChangeLog:
Make TLB_ReadTypeLib not rely on the signature of executables or dlls.
Try loading the dll first and then fall back to the regular file case.
Only call SearchPath for the regular file case since LoadLibraryEx will
do this for us and it previously excluded builtin dlls and executables
from having their type libraries opened.

  dlls/oleaut32/typelib.c |  146 
++++++++++++++++++++++-------------------------
  1 files changed, 69 insertions(+), 77 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4a909555e8259e83419068e0a26bf0f6af542a98.diff
Type: text/x-patch
Size: 7821 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060208/ec41d935/4a909555e8259e83419068e0a26bf0f6af542a98.diff


More information about the wine-patches mailing list