Hi Paul,
On 7/6/21 1:08 PM, Paul Gofman wrote:
Signed-off-by: Paul Gofmanpgofman@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.
Thanks,
Jacek