Module: wine Branch: master Commit: 0aeed1a497b617917009b9b07afd4f8df0e346c7 URL: https://gitlab.winehq.org/wine/wine/-/commit/0aeed1a497b617917009b9b07afd4f8...
Author: Mohamad Al-Jaf mohamadaljaf@gmail.com Date: Fri Aug 11 18:56:51 2023 -0400
dxcore: Add stub DLL.
---
configure | 2 ++ configure.ac | 1 + dlls/dxcore/Makefile.in | 1 + dlls/dxcore/dxcore.spec | 1 + 4 files changed, 5 insertions(+)
diff --git a/configure b/configure index db95cc3588d..a87e10198e6 100755 --- a/configure +++ b/configure @@ -1123,6 +1123,7 @@ enable_dswave enable_dwmapi enable_dwrite enable_dx8vb +enable_dxcore enable_dxdiagn enable_dxgi enable_dxtrans @@ -21225,6 +21226,7 @@ wine_fn_config_makefile dlls/dwmapi/tests enable_tests wine_fn_config_makefile dlls/dwrite enable_dwrite wine_fn_config_makefile dlls/dwrite/tests enable_tests wine_fn_config_makefile dlls/dx8vb enable_dx8vb +wine_fn_config_makefile dlls/dxcore enable_dxcore wine_fn_config_makefile dlls/dxdiagn enable_dxdiagn wine_fn_config_makefile dlls/dxdiagn/tests enable_tests wine_fn_config_makefile dlls/dxgi enable_dxgi diff --git a/configure.ac b/configure.ac index e17d28c8601..9a47d9ba5f3 100644 --- a/configure.ac +++ b/configure.ac @@ -2595,6 +2595,7 @@ WINE_CONFIG_MAKEFILE(dlls/dwmapi/tests) WINE_CONFIG_MAKEFILE(dlls/dwrite) WINE_CONFIG_MAKEFILE(dlls/dwrite/tests) WINE_CONFIG_MAKEFILE(dlls/dx8vb) +WINE_CONFIG_MAKEFILE(dlls/dxcore) WINE_CONFIG_MAKEFILE(dlls/dxdiagn) WINE_CONFIG_MAKEFILE(dlls/dxdiagn/tests) WINE_CONFIG_MAKEFILE(dlls/dxgi) diff --git a/dlls/dxcore/Makefile.in b/dlls/dxcore/Makefile.in new file mode 100644 index 00000000000..36aa27db1aa --- /dev/null +++ b/dlls/dxcore/Makefile.in @@ -0,0 +1 @@ +MODULE = dxcore.dll diff --git a/dlls/dxcore/dxcore.spec b/dlls/dxcore/dxcore.spec new file mode 100644 index 00000000000..1ba59c2f632 --- /dev/null +++ b/dlls/dxcore/dxcore.spec @@ -0,0 +1 @@ +@ stub DXCoreCreateAdapterFactory