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
2586ddc5
Commit
2586ddc5
authored
Dec 20, 2023
by
Alex Henrie
Committed by
Alexandre Julliard
Jan 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tbs: Add GetDeviceIDString stub.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=56054
parent
7a941fd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
tbs.c
dlls/tbs/tbs.c
+6
-0
tbs.spec
dlls/tbs/tbs.spec
+1
-1
No files found.
dlls/tbs/tbs.c
View file @
2586ddc5
...
...
@@ -35,3 +35,9 @@ TBS_RESULT WINAPI Tbsi_GetDeviceInfo(UINT32 size, void *info)
FIXME
(
"(%u, %p) stub
\n
"
,
size
,
info
);
return
TBS_E_TPM_NOT_FOUND
;
}
HRESULT
WINAPI
GetDeviceIDString
(
WCHAR
*
out
,
UINT32
size
,
UINT32
*
used
,
BOOL
*
tpm
)
{
FIXME
(
"(%p, %u, %p, %p) stub
\n
"
,
out
,
size
,
used
,
tpm
);
return
E_NOTIMPL
;
}
dlls/tbs/tbs.spec
View file @
2586ddc5
@ stub Tbsi_Create_Attestation_From_Log
@ stub Tbsi_Get_TCG_Logs
@ stub GetDeviceID
@ st
ub GetDeviceIDString
@ st
dcall GetDeviceIDString(ptr long ptr ptr)
@ stub GetDeviceIDWithTimeout
@ stdcall Tbsi_Context_Create(ptr ptr)
@ stub Tbsi_Create_Windows_Key
...
...
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