Module: wine Branch: master Commit: 5604d34439aa805fb11a5a6ba70ad87a31f93afa URL: https://source.winehq.org/git/wine.git/?a=commit;h=5604d34439aa805fb11a5a6ba...
Author: Rémi Bernon rbernon@codeweavers.com Date: Thu Mar 18 09:58:44 2021 +0100
windows.gaming.input: Add stub dll.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 3 + configure.ac | 2 + dlls/windows.gaming.input/Makefile.in | 9 + dlls/windows.gaming.input/classes.idl | 23 +++ dlls/windows.gaming.input/main.c | 159 ++++++++++++++ dlls/windows.gaming.input/tests/Makefile.in | 5 + dlls/windows.gaming.input/tests/input.c | 228 +++++++++++++++++++++ .../windows.gaming.input/windows.gaming.input.spec | 3 + 8 files changed, 432 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5604d34439aa805fb11a5...