mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
dpnhpast: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
1973a808c2
commit
9bf8bd52cf
@ -81,7 +81,7 @@ HRESULT WINAPI DllRegisterServer(void)
|
||||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user