[PATCH] dxtrans: Add stub DLL

Alex Henrie alexhenrie24 at gmail.com
Thu Aug 5 01:13:21 CDT 2021


Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50419
Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
This is enough to avoid the error during setup. I'm not sure what
depends on dxtrans at run time; the program starts up fine without it.
---
 configure.ac              |  1 +
 dlls/dxtrans/Makefile.in  |  3 +++
 dlls/dxtrans/dxtrans.spec | 11 +++++++++++
 3 files changed, 15 insertions(+)
 create mode 100644 dlls/dxtrans/Makefile.in
 create mode 100644 dlls/dxtrans/dxtrans.spec

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..cfecac807d0
--- /dev/null
+++ b/dlls/dxtrans/Makefile.in
@@ -0,0 +1,3 @@
+MODULE    = dxtrans.dll
+
+EXTRADLLFLAGS = -mno-cygwin
diff --git a/dlls/dxtrans/dxtrans.spec b/dlls/dxtrans/dxtrans.spec
new file mode 100644
index 00000000000..2221c3dfabe
--- /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
+@ stub DllCanUnloadNow
+@ stub DllEnumClassObjects
+@ stub DllGetClassObject
+@ stub DllRegisterServer
+@ stub DllUnregisterServer
-- 
2.32.0




More information about the wine-devel mailing list