Huw D M Davies <[EMAIL PROTECTED]> writes:

> Well it should get loaded by CreateDC, but at present CreateDC is not
> doing this.  We should probably then define a Wine driver export like
> GetFunctionTable that returns a ptr to DC_Funcs.  This would eliminate
> the need for the DRIVER_RegisterDriver callback.

I'd even suggest making all the DC functions exported from the driver,
and build the DC_Funcs table on the fly with GetProcAddress(). This
would make it much easier to add new functions without breaking binary
compatibility.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to