2010/1/6 James McKenzie <[email protected]>: > Reece Dunn wrote: >> 2010/1/5 Michael Stefaniuc <[email protected]>: >> >> >>> 877 | 209 | shell:DllCanUnloadNow stub >>> >> >> DllCanUnloadNow is a hint to the operating system to know if it can >> free the library, unloading it from memory. It is fine for this to >> always return S_FALSE (i.e. never unload) -- I believe there was >> discussion around this for mshtml, shdocvw or similar DLL. >> >> >> > Just my 2eurocent here, but this is very ugly and misleading to the > average Wine user (including me.) It might be a good idea to clear this > one up if possible.
What do you mean? Do you mean something like http://msdn.microsoft.com/en-us/library/ms690368%28VS.85%29.aspx for an explanation? - Reece
