Module: wine Branch: master Commit: ffb664f1c56a102da2058a635414ba79d0bc52fc URL: https://gitlab.winehq.org/wine/wine/-/commit/ffb664f1c56a102da2058a635414ba7...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Sun Dec 18 19:57:40 2022 -0500
windows.perception.stub: Add stub DLL.
---
configure | 3 + configure.ac | 2 + dlls/windows.perception.stub/Makefile.in | 9 ++ dlls/windows.perception.stub/classes.idl | 23 ++++ dlls/windows.perception.stub/main.c | 55 ++++++++++ dlls/windows.perception.stub/observer.c | 117 +++++++++++++++++++++ dlls/windows.perception.stub/private.h | 40 +++++++ dlls/windows.perception.stub/tests/Makefile.in | 5 + dlls/windows.perception.stub/tests/perception.c | 86 +++++++++++++++ .../windows.perception.stub.spec | 5 + 10 files changed, 345 insertions(+)