Module: wine Branch: master Commit: 254b6d694f0fadaa4b435cf01a0055d53196145e URL: https://gitlab.winehq.org/wine/wine/-/commit/254b6d694f0fadaa4b435cf01a0055d...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Tue Nov 15 22:34:23 2022 -0500
cryptowinrt: Stub IKeyCredentialManagerStatics interface.
---
dlls/cryptowinrt/Makefile.in | 1 + dlls/cryptowinrt/classes.idl | 1 + dlls/cryptowinrt/credentials.c | 177 ++++++++++++++++++++++++++++++++++++++++ dlls/cryptowinrt/main.c | 9 +- dlls/cryptowinrt/private.h | 4 + dlls/cryptowinrt/tests/crypto.c | 37 +++++++++ 6 files changed, 225 insertions(+), 4 deletions(-)