[PATCH v3 2/8] dhtmled.ocx: Add stub DLL and stub DHTMLEdit object

Alex Henrie alexhenrie24 at gmail.com
Thu Dec 7 13:34:01 CST 2017


2017-12-07 12:20 GMT-07:00 Jacek Caban <jacek at codeweavers.com>:
> On 06.12.2017 20:13, Alex Henrie wrote:
>> +
>> +#pragma makedep register
>> +#pragma makedep regtypelib
>> +
>> +#include "dhtmled.idl"
>
>
> This won't work without at least threading() specified in dhtmled.idl.

You're right; I noticed that before but did not notice this time
because I was testing incorrectly. I'm happy to resend patch 1 with
threading attributes.

> It should probably also use progid and vi_progid.

There aren't progid or vi_progid attributes in the Microsoft IDL. If
we add them, what values should they have?

-Alex



More information about the wine-devel mailing list