Commit ff59efe8 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

Fix DllCanUnloadNow prototype.

parent 907be53b
......@@ -75,7 +75,7 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len )
/*****************************************************************
* DllCanUnloadNow [MPR.@]
*/
DWORD WINAPI DllCanUnloadNow(void)
HRESULT WINAPI DllCanUnloadNow(void)
{
FIXME("Stub\n");
return S_OK;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment