Module: wine Branch: master Commit: 14768c0eca24c7923eff7075dac1dc9f32b70dff URL: https://gitlab.winehq.org/wine/wine/-/commit/14768c0eca24c7923eff7075dac1dc9...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Fri Mar 17 01:23:22 2023 -0400
graphicscapture: Add stub DLL.
---
configure | 3 + configure.ac | 2 + dlls/graphicscapture/Makefile.in | 9 +++ dlls/graphicscapture/classes.idl | 23 ++++++ dlls/graphicscapture/graphicscapture.spec | 2 + dlls/graphicscapture/main.c | 49 +++++++++++ dlls/graphicscapture/private.h | 39 +++++++++ dlls/graphicscapture/session.c | 116 +++++++++++++++++++++++++++ dlls/graphicscapture/tests/Makefile.in | 5 ++ dlls/graphicscapture/tests/graphicscapture.c | 85 ++++++++++++++++++++ 10 files changed, 333 insertions(+)