[PATCH 1/4] windows.media.speech: Add stub dll.

Jacek Caban jacek at codeweavers.com
Thu Mar 4 07:09:49 CST 2021


On 04/03/2021 13:39, Rémi Bernon wrote:

> How would WIDL know which class is actually implemented in the DLL and 
> from which IDL?


widl assumes that classes from non-impoted IDLs are implemented in the 
DLL. Note the difference between #include and import: if you #include a 
public header inside a private DLL IDL file then it's not imported, so 
its classes are registered.


Jacek




More information about the wine-devel mailing list