sppc: Stub SLClose.
Signed-off-by: Esme Povirk <esme@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
14bbccf756
commit
8b886cdc5d
|
@ -6,7 +6,7 @@
|
|||
@ stub SLpGetLicenseAcquisitionInfo
|
||||
@ stub SLpGetMachineUGUID
|
||||
@ stub SLpVLActivateProduct
|
||||
@ stub SLClose
|
||||
@ stdcall SLClose(ptr) sppc.SLClose
|
||||
@ stub SLConsumeRight
|
||||
@ stub SLConsumeWindowsRight
|
||||
@ stub SLDepositOfflineConfirmationId
|
||||
|
|
|
@ -51,6 +51,13 @@ HRESULT WINAPI SLOpen(HSLC *handle)
|
|||
return S_OK;
|
||||
}
|
||||
|
||||
HRESULT WINAPI SLClose(HSLC handle)
|
||||
{
|
||||
FIXME("(%p) stub\n", handle );
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
HRESULT WINAPI SLPersistApplicationPolicies(const SLID *app, const SLID *product, DWORD flags)
|
||||
{
|
||||
FIXME("(%s,%s,%x) stub\n", wine_dbgstr_guid(app), wine_dbgstr_guid(product), flags);
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
@ stub SLpSetActivationInProgress
|
||||
@ stub SLpTriggerServiceWorker
|
||||
@ stub SLpVLActivateProduct
|
||||
@ stub SLClose
|
||||
@ stdcall SLClose(ptr)
|
||||
@ stub SLConsumeRight
|
||||
@ stub SLDepositMigrationBlob
|
||||
@ stub SLDepositOfflineConfirmationId
|
||||
|
|
Loading…
Reference in New Issue