Alex Henrie : dxtrans: Add stub DLL.

Alexandre Julliard julliard at winehq.org
Thu Aug 5 16:13:39 CDT 2021


Module: wine
Branch: master
Commit: 7e07d00d29738d7ddb78f0ea27a1cfa11397175b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7e07d00d29738d7ddb78f0ea27a1cfa11397175b

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug  5 00:13:21 2021 -0600

dxtrans: Add stub DLL.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50419
Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                 |  2 ++
 configure.ac              |  1 +
 dlls/dxtrans/Makefile.in  |  1 +
 dlls/dxtrans/dxtrans.spec | 11 +++++++++++
 4 files changed, 15 insertions(+)

diff --git a/configure b/configure
index 8b1cbf407b1..d3c60b4ff4c 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index a42c2aff272..5d9ca31099e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
diff --git a/dlls/dxtrans/Makefile.in b/dlls/dxtrans/Makefile.in
new file mode 100644
index 00000000000..b5c1602917f
--- /dev/null
+++ b/dlls/dxtrans/Makefile.in
@@ -0,0 +1 @@
+MODULE    = dxtrans.dll
diff --git a/dlls/dxtrans/dxtrans.spec b/dlls/dxtrans/dxtrans.spec
new file mode 100644
index 00000000000..7c2d605e534
--- /dev/null
+++ b/dlls/dxtrans/dxtrans.spec
@@ -0,0 +1,11 @@
+@ stub ?DXConstOverArray@@YGXPAVDXPMSAMPLE@@ABV1 at K@Z
+@ stub ?DXConstUnderArray@@YGXPAVDXPMSAMPLE@@ABV1 at K@Z
+@ stub ?DXDitherArray@@YGXPBUDXDITHERDESC@@@Z
+@ stub ?DXLinearInterpolateArray@@YGXPBVDXBASESAMPLE@@PAUDXLIMAPINFO@@PAV1 at K@Z
+@ stub ?DXOverArray@@YGXPAVDXPMSAMPLE@@PBV1 at K@Z
+@ stub ?DXOverArrayMMX@@YGXPAVDXPMSAMPLE@@PBV1 at K@Z
+@ stdcall -private DllCanUnloadNow()
+@ stub DllEnumClassObjects
+@ stub DllGetClassObject
+@ stdcall -private DllRegisterServer()
+@ stdcall -private DllUnregisterServer()




More information about the wine-cvs mailing list