mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
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:
parent
b51b7135a4
commit
6385199930
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue