mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 09:42:14 +00:00
olepro32: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
0be5ad8ece
commit
7178228d52
@ -53,7 +53,7 @@ HRESULT WINAPI DllRegisterServer(void)
|
||||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user