Module: wine Branch: master Commit: dbdc0dce468bfd152e21b2c8533f774c4b75a456 URL: https://gitlab.winehq.org/wine/wine/-/commit/dbdc0dce468bfd152e21b2c8533f774...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Wed Jul 3 01:10:28 2024 -0400
windows.web: Add stub DLL.
---
configure | 3 + configure.ac | 2 + dlls/windows.web/Makefile.in | 7 +++ dlls/windows.web/classes.idl | 23 ++++++++ dlls/windows.web/json_object.c | 116 +++++++++++++++++++++++++++++++++++++ dlls/windows.web/main.c | 46 +++++++++++++++ dlls/windows.web/private.h | 40 +++++++++++++ dlls/windows.web/tests/Makefile.in | 5 ++ dlls/windows.web/tests/web.c | 90 ++++++++++++++++++++++++++++ dlls/windows.web/windows.web.spec | 6 ++ 10 files changed, 338 insertions(+)