Stubs for DllRegisterServer/DllUnregisterServer.

This commit is contained in:
Marcus Meissner 2000-03-26 13:36:40 +00:00 committed by Alexandre Julliard
parent 12085e9ba0
commit 323af8dbba
2 changed files with 11 additions and 2 deletions

View File

@ -120,3 +120,12 @@ UINT WINAPI OaBuildVersion()
return 0x0;
}
}
HRESULT WINAPI OLEAUT32_DllRegisterServer() {
FIXME("stub!\n");
return S_OK;
}
HRESULT WINAPI OLEAUT32_DllUnregisterServer() {
FIXME("stub!\n");
return S_OK;
}

View File

@ -250,8 +250,8 @@ type win32
295 stub LPSAFEARRAY_Size
296 stub LPSAFEARRAY_Marshal
297 stub LPSAFEARRAY_Unmarshal
320 stub DllRegisterServer
321 stub DllUnregisterServer
320 stdcall DllRegisterServer() OLEAUT32_DllRegisterServer
321 stdcall DllUnregisterServer() OLEAUT32_DllUnregisterServer
330 stub VarDateFromUdate
331 stub VarUdateFromDate
332 stub GetAltMonthNames