Re: ddraw: DllCanUnloadNow

2007-05-08 Thread Stefan Dösinger
Am Dienstag 08 Mai 2007 02:13 schrieb Christian Gmeiner: > Add support for DllCanUnloadNow and eliminates a FIXME As I understand it, all DirectDraw objects also have to be freed, so you have to check the global ddraw object list too. pgp0AYsUCVIOw.pgp Description: PGP signature

Re: ddraw: DllCanUnloadNow

2007-05-07 Thread James Hawkins
On 5/7/07, Christian Gmeiner <[EMAIL PROTECTED]> wrote: Add support for DllCanUnloadNow and eliminates a FIXME You need to add (Un)LockModule calls to all the objects in ddraw. See [1] et al. [1] http://www.winehq.org/pipermail/wine-cvs/2005-January/013741.html -- James Hawkins