Module: wine Branch: master Commit: 977da40ae52a6e512517156ef096bb3dd95c89f7 URL: https://gitlab.winehq.org/wine/wine/-/commit/977da40ae52a6e512517156ef096bb3...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Nov 23 10:41:39 2023 +0100
twinapi.appcore: Stub implement EasClientDeviceInformation runtimeclass.
---
configure | 1 + configure.ac | 1 + dlls/twinapi.appcore/Makefile.in | 3 + dlls/twinapi.appcore/classes.idl | 21 ++ dlls/twinapi.appcore/client_device_information.c | 242 +++++++++++++++++++++++ dlls/twinapi.appcore/main.c | 25 ++- dlls/twinapi.appcore/private.h | 38 ++++ dlls/twinapi.appcore/tests/Makefile.in | 5 + dlls/twinapi.appcore/tests/twinapi.c | 100 ++++++++++ dlls/twinapi.appcore/twinapi.appcore.spec | 4 +- 10 files changed, 436 insertions(+), 4 deletions(-)