Ove Kaaven <[EMAIL PROTECTED]> writes:

> Hm... It seems that the unlinkable variables are GUIDs, like those defined
> in ddraw.h. Maybe we could instead add to the import tool some kind of
> .spec directive "initguid (headerfile)", which emits #include
> "initguid.h", #include "(headerfile)" to the generated .spec.c file,
> making some kind of extended import library?

GUIDs are a bit different: AFAIK they are not supposed to be imported
from other dlls, but they must be defined in every file that needs
them. I believe Francois Gouget is looking into how to implement that
properly.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to