dinput: Delete the static critical section when unloading the dll.

Alexandre Julliard julliard at winehq.org
Thu Nov 17 04:48:51 CST 2011


Vitaliy Margolen <wine-devel at kievinfo.com> writes:

> On 11/16/2011 08:31 AM, Francois Gouget wrote:
>> ---
>>
>> I moved DllMain() to the end of the file so it comes after the variable
>> declaration.
> It's already forward declared few lines after DllMain(). So you should
> move that declaration instead.
>
> Hm... it seems this patch already committed. Alexadre, would you
> please give people at least 24 hours to review all patches sent to
> wine-patches before committing them?

I do when it's a potentially controversial change, but moving functions
to avoid forward declarations is common practice.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list