dpnhpast: "Fix" DllCanUnloadNow() implementation.

This commit is contained in:
Michael Stefaniuc 2012-11-21 22:25:12 +01:00 committed by Alexandre Julliard
parent 1973a808c2
commit 9bf8bd52cf
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ HRESULT WINAPI DllRegisterServer(void)
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
return S_FALSE;
}