oleaut32: MSFT_DoFuncs: "reclength" of the function information record is stored

Robert Shearman rob at codeweavers.com
Sat Jul 8 05:54:40 CDT 2006


in a 16 bit int and not in a 8 bit int as previously supposed, using a 0x1ff
mask. Upper 16 bits contains the ordinal number of the function. 
Allocation of
the "recbuf" must be modified, to support larger data (based on a patch 
by White Snake <whitesnake78 at mail.com>).
---
  dlls/oleaut32/typelib.c |    5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 48b0ba81d91131da5ddf9a9ae9cdc99d3da2f81c.diff
Type: text/x-patch
Size: 1078 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20060708/8f83f225/48b0ba81d91131da5ddf9a9ae9cdc99d3da2f81c.diff


More information about the wine-patches mailing list