mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Sync to Wine-20041201:
Jon Griffiths <[email protected]> - 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user