Commit 9acf1bd6 authored by Mohamad Al-Jaf's avatar Mohamad Al-Jaf Committed by Alexandre Julliard

d3d12core: Add stub DLL.

Forspoken checks for the existence of this DLL.
parent 83625459
......@@ -72,6 +72,7 @@ P: Matteo Bruni <mbruni@codeweavers.com>
F: dlls/d3d10core/
F: dlls/d3d11/
F: dlls/d3d12/
F: dlls/d3d12core/
F: dlls/d3d8/
F: dlls/d3d9/
F: dlls/d3drm/
......
......@@ -1015,6 +1015,7 @@ enable_d3d10_1
enable_d3d10core
enable_d3d11
enable_d3d12
enable_d3d12core
enable_d3d8
enable_d3d8thk
enable_d3d9
......@@ -21062,6 +21063,7 @@ wine_fn_config_makefile dlls/d3d11 enable_d3d11
wine_fn_config_makefile dlls/d3d11/tests enable_tests
wine_fn_config_makefile dlls/d3d12 enable_d3d12
wine_fn_config_makefile dlls/d3d12/tests enable_tests
wine_fn_config_makefile dlls/d3d12core enable_d3d12core
wine_fn_config_makefile dlls/d3d8 enable_d3d8
wine_fn_config_makefile dlls/d3d8/tests enable_tests
wine_fn_config_makefile dlls/d3d8thk enable_d3d8thk
......
......@@ -2432,6 +2432,7 @@ WINE_CONFIG_MAKEFILE(dlls/d3d11)
WINE_CONFIG_MAKEFILE(dlls/d3d11/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d12)
WINE_CONFIG_MAKEFILE(dlls/d3d12/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d12core)
WINE_CONFIG_MAKEFILE(dlls/d3d8)
WINE_CONFIG_MAKEFILE(dlls/d3d8/tests)
WINE_CONFIG_MAKEFILE(dlls/d3d8thk)
......
MODULE = d3d12core.dll
@ stub D3D12GetInterface
@ stub D3D12SDKVersion
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment