Module: wine Branch: master Commit: 01d869a09c3e4c5d326ad3e121c323feccc4cbe8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=01d869a09c3e4c5d326ad3e12...
Author: Gijs Vermeulen gijsvrm@gmail.com Date: Thu Oct 21 20:55:01 2021 +0200
windows.devices.enumeration: Add stub dll.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51884 Signed-off-by: Gijs Vermeulen gijsvrm@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 + configure.ac | 1 + dlls/windows.devices.enumeration/Makefile.in | 7 + dlls/windows.devices.enumeration/classes.idl | 23 +++ dlls/windows.devices.enumeration/main.c | 157 +++++++++++++++++++++ .../windows.devices.enumeration.spec | 3 + include/Makefile.in | 1 + include/windows.devices.enumeration.idl | 55 ++++++++ 8 files changed, 249 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=01d869a09c3e4c5d326ad...