Zebediah Figura : ksproxy.ax: New stub DLL.

Alexandre Julliard julliard at winehq.org
Tue Apr 28 16:32:21 CDT 2020


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

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Mon Apr 27 18:15:18 2020 -0500

ksproxy.ax: New stub DLL.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47688
Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                       |  2 ++
 configure.ac                    |  1 +
 dlls/ksproxy.ax/Makefile.in     |  3 +++
 dlls/ksproxy.ax/ksproxy.ax.spec | 10 ++++++++++
 4 files changed, 16 insertions(+)

diff --git a/configure b/configure
index 0b368610fa..b94c0ce7aa 100755
--- a/configure
+++ b/configure
@@ -1380,6 +1380,7 @@ enable_kerberos
 enable_kernel32
 enable_kernelbase
 enable_ksecdd_sys
+enable_ksproxy_ax
 enable_ksuser
 enable_ktmw32
 enable_l3codeca_acm
@@ -20701,6 +20702,7 @@ wine_fn_config_makefile dlls/kernelbase/tests enable_tests
 wine_fn_config_makefile dlls/keyboard.drv16 enable_win16
 wine_fn_config_makefile dlls/krnl386.exe16 enable_win16
 wine_fn_config_makefile dlls/ksecdd.sys enable_ksecdd_sys
+wine_fn_config_makefile dlls/ksproxy.ax enable_ksproxy_ax
 wine_fn_config_makefile dlls/ksuser enable_ksuser
 wine_fn_config_makefile dlls/ktmw32 enable_ktmw32
 wine_fn_config_makefile dlls/l3codeca.acm enable_l3codeca_acm
diff --git a/configure.ac b/configure.ac
index be3bc65175..3d0c88fd9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3380,6 +3380,7 @@ WINE_CONFIG_MAKEFILE(dlls/kernelbase/tests)
 WINE_CONFIG_MAKEFILE(dlls/keyboard.drv16,enable_win16)
 WINE_CONFIG_MAKEFILE(dlls/krnl386.exe16,enable_win16)
 WINE_CONFIG_MAKEFILE(dlls/ksecdd.sys)
+WINE_CONFIG_MAKEFILE(dlls/ksproxy.ax)
 WINE_CONFIG_MAKEFILE(dlls/ksuser)
 WINE_CONFIG_MAKEFILE(dlls/ktmw32)
 WINE_CONFIG_MAKEFILE(dlls/l3codeca.acm)
diff --git a/dlls/ksproxy.ax/Makefile.in b/dlls/ksproxy.ax/Makefile.in
new file mode 100644
index 0000000000..db6565855d
--- /dev/null
+++ b/dlls/ksproxy.ax/Makefile.in
@@ -0,0 +1,3 @@
+MODULE    = ksproxy.ax
+
+EXTRADLLFLAGS = -mno-cygwin
diff --git a/dlls/ksproxy.ax/ksproxy.ax.spec b/dlls/ksproxy.ax/ksproxy.ax.spec
new file mode 100644
index 0000000000..db7e2112f0
--- /dev/null
+++ b/dlls/ksproxy.ax/ksproxy.ax.spec
@@ -0,0 +1,10 @@
+@ stub DllCanUnloadNow
+@ stub DllGetClassObject
+@ stub DllRegisterServer
+@ stub DllUnregisterServer
+@ stub KsGetMediaType
+@ stub KsGetMediaTypeCount
+@ stub KsGetMultiplePinFactoryItems
+@ stub KsOpenDefaultDevice
+@ stub KsResolveRequiredAttributes
+@ stub KsSynchronousDeviceControl




More information about the wine-cvs mailing list