[PATCH 2/3] mshtml_private.tlb: Add private typelib.

Paul Gofman pgofman at codeweavers.com
Tue Jul 6 17:23:40 CDT 2021


On 7/6/21 22:49, Paul Gofman wrote:
> On 7/6/21 22:29, Jacek Caban wrote:
>> Hi Paul,
>>
>> On 7/6/21 1:08 PM, Paul Gofman wrote:
>>> Signed-off-by: Paul Gofman<pgofman at codeweavers.com>
>>> ---
>>>   configure.ac                                  |  1 +
>>>   dlls/mshtml/main.c                            |  5 ++--
>>>   dlls/mshtml_private.tlb/Makefile.in           |  3 ++
>>>   .../mshtml_private.tlb.spec                   |  1 +
>>>   .../mshtml_private.tlb/mshtml_private_tlb.idl | 21 +++++++++++++
>>>   include/Makefile.in                           |  1 +
>>>   include/wine/mshtml_private_iface.idl         | 30 +++++++++++++++++++
>>>   7 files changed, 60 insertions(+), 2 deletions(-)
>>
>> Why do you add it to include/wine? I'd prefer to keep it as private as
>> possible: have it in mshtml and avoid registration of the typelib.
>>
> That was because of dlls/mshtml_private_tlb. Do you think its ok to
> include the .idl right from ../mshtml?

Oh, I figured how I can embed it directly in mshtml.dll as a resource,
so that's what I should probably be doing.




More information about the wine-devel mailing list