Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
8b886cdc
Commit
8b886cdc
authored
Sep 04, 2021
by
Esme Povirk
Committed by
Alexandre Julliard
Sep 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sppc: Stub SLClose.
Signed-off-by:
Esme Povirk
<
esme@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
14bbccf7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
slc.spec
dlls/slc/slc.spec
+1
-1
sppc.c
dlls/sppc/sppc.c
+7
-0
sppc.spec
dlls/sppc/sppc.spec
+1
-1
No files found.
dlls/slc/slc.spec
View file @
8b886cdc
...
...
@@ -6,7 +6,7 @@
@ stub SLpGetLicenseAcquisitionInfo
@ stub SLpGetMachineUGUID
@ stub SLpVLActivateProduct
@ st
ub
SLClose
@ st
dcall SLClose(ptr) sppc.
SLClose
@ stub SLConsumeRight
@ stub SLConsumeWindowsRight
@ stub SLDepositOfflineConfirmationId
...
...
dlls/sppc/sppc.c
View file @
8b886cdc
...
...
@@ -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
);
...
...
dlls/sppc/sppc.spec
View file @
8b886cdc
...
...
@@ -17,7 +17,7 @@
@ stub SLpSetActivationInProgress
@ stub SLpTriggerServiceWorker
@ stub SLpVLActivateProduct
@ st
ub SLClose
@ st
dcall SLClose(ptr)
@ stub SLConsumeRight
@ stub SLDepositMigrationBlob
@ stub SLDepositOfflineConfirmationId
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment