From: Alex Henrie alexhenrie24@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054 --- dlls/tbs/tbs.c | 6 ++++++ dlls/tbs/tbs.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/dlls/tbs/tbs.c b/dlls/tbs/tbs.c index cb18d01fa2c..986a3c4e4a7 100644 --- a/dlls/tbs/tbs.c +++ b/dlls/tbs/tbs.c @@ -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; +} diff --git a/dlls/tbs/tbs.spec b/dlls/tbs/tbs.spec index 5fa68007254..54e23cbc292 100644 --- a/dlls/tbs/tbs.spec +++ b/dlls/tbs/tbs.spec @@ -1,7 +1,7 @@ @ stub Tbsi_Create_Attestation_From_Log @ stub Tbsi_Get_TCG_Logs @ stub GetDeviceID -@ stub GetDeviceIDString +@ stdcall GetDeviceIDString(ptr long ptr ptr) @ stub GetDeviceIDWithTimeout @ stdcall Tbsi_Context_Create(ptr ptr) @ stub Tbsi_Create_Windows_Key