dxtrans: Add stub DLL.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50419
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2021-08-05 00:13:21 -06:00 committed by Alexandre Julliard
parent d1b2097390
commit 7e07d00d29
4 changed files with 15 additions and 0 deletions

2
configure vendored
View File

@ -1305,6 +1305,7 @@ enable_dxerr8
enable_dxerr9
enable_dxgi
enable_dxguid
enable_dxtrans
enable_dxva2
enable_esent
enable_evr
@ -20544,6 +20545,7 @@ wine_fn_config_makefile dlls/dxerr9 enable_dxerr9
wine_fn_config_makefile dlls/dxgi enable_dxgi
wine_fn_config_makefile dlls/dxgi/tests enable_tests
wine_fn_config_makefile dlls/dxguid enable_dxguid
wine_fn_config_makefile dlls/dxtrans enable_dxtrans
wine_fn_config_makefile dlls/dxva2 enable_dxva2
wine_fn_config_makefile dlls/dxva2/tests enable_tests
wine_fn_config_makefile dlls/esent enable_esent

View File

@ -3205,6 +3205,7 @@ WINE_CONFIG_MAKEFILE(dlls/dxerr9)
WINE_CONFIG_MAKEFILE(dlls/dxgi)
WINE_CONFIG_MAKEFILE(dlls/dxgi/tests)
WINE_CONFIG_MAKEFILE(dlls/dxguid)
WINE_CONFIG_MAKEFILE(dlls/dxtrans)
WINE_CONFIG_MAKEFILE(dlls/dxva2)
WINE_CONFIG_MAKEFILE(dlls/dxva2/tests)
WINE_CONFIG_MAKEFILE(dlls/esent)

1
dlls/dxtrans/Makefile.in Normal file
View File

@ -0,0 +1 @@
MODULE = dxtrans.dll

11
dlls/dxtrans/dxtrans.spec Normal file
View File

@ -0,0 +1,11 @@
@ stub ?DXConstOverArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z
@ stub ?DXConstUnderArray@@YGXPAVDXPMSAMPLE@@ABV1@K@Z
@ stub ?DXDitherArray@@YGXPBUDXDITHERDESC@@@Z
@ stub ?DXLinearInterpolateArray@@YGXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1@K@Z
@ stub ?DXOverArray@@YGXPAVDXPMSAMPLE@@PBV1@K@Z
@ stub ?DXOverArrayMMX@@YGXPAVDXPMSAMPLE@@PBV1@K@Z
@ stdcall -private DllCanUnloadNow()
@ stub DllEnumClassObjects
@ stub DllGetClassObject
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()