Sync to Wine-20041201:

Jon Griffiths <jon_p_griffiths@yahoo.com>
- Ensure DllCanUnloadNow is a truly void function, and give it a unique
name so it can be documented per-dll.

svn path=/trunk/; revision=12209
This commit is contained in:
Gé van Geldorp 2004-12-18 22:19:52 +00:00
parent b51b7135a4
commit 6385199930

View file

@ -52,7 +52,7 @@ HRESULT WINAPI OLEPRO32_DllRegisterServer()
/***********************************************************************
* DllCanUnloadNow (OLEPRO32.255)
*/
HRESULT WINAPI OLEPRO32_DllCanUnloadNow( )
HRESULT WINAPI OLEPRO32_DllCanUnloadNow(void)
{
FIXME("not implemented (olepro32.dll) \n");
return S_OK;