j
k
j a
j l
Christian Gmeiner wrote:
I think that we need to init dll_count with 0 to get DllCanUnloadNow working correctly.
-static LONG dll_count; +static LONG dll_count = 0;
Static variables should be initialized to zero by default.
Mike
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites