[pkg-wine-party] [wine] 88/434: mf3216: Add stub dll.

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Feb 5 19:22:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 45de91966235ca61827ec099ed345ffc43d27e2f
Author: Austin English <austinenglish at gmail.com>
Date:   Wed Jan 25 20:28:31 2017 -0600

    mf3216: Add stub dll.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
---
 configure               | 2 ++
 configure.ac            | 1 +
 dlls/mf3216/Makefile.in | 1 +
 dlls/mf3216/mf3216.spec | 2 ++
 4 files changed, 6 insertions(+)

diff --git a/configure b/configure
index 5bfad88..54329a6 100755
--- a/configure
+++ b/configure
@@ -1246,6 +1246,7 @@ enable_mciqtz32
 enable_mciseq
 enable_mciwave
 enable_mf
+enable_mf3216
 enable_mfplat
 enable_mfreadwrite
 enable_mgmtapi
@@ -18059,6 +18060,7 @@ wine_fn_config_dll mciqtz32 enable_mciqtz32
 wine_fn_config_dll mciseq enable_mciseq
 wine_fn_config_dll mciwave enable_mciwave
 wine_fn_config_dll mf enable_mf
+wine_fn_config_dll mf3216 enable_mf3216
 wine_fn_config_dll mfplat enable_mfplat
 wine_fn_config_dll mfreadwrite enable_mfreadwrite
 wine_fn_config_dll mgmtapi enable_mgmtapi
diff --git a/configure.ac b/configure.ac
index d468bbe..26be5e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3120,6 +3120,7 @@ WINE_CONFIG_DLL(mciqtz32)
 WINE_CONFIG_DLL(mciseq)
 WINE_CONFIG_DLL(mciwave)
 WINE_CONFIG_DLL(mf)
+WINE_CONFIG_DLL(mf3216)
 WINE_CONFIG_DLL(mfplat)
 WINE_CONFIG_DLL(mfreadwrite)
 WINE_CONFIG_DLL(mgmtapi)
diff --git a/dlls/mf3216/Makefile.in b/dlls/mf3216/Makefile.in
new file mode 100644
index 0000000..bf98f53
--- /dev/null
+++ b/dlls/mf3216/Makefile.in
@@ -0,0 +1 @@
+MODULE    = mf3216.dll
diff --git a/dlls/mf3216/mf3216.spec b/dlls/mf3216/mf3216.spec
new file mode 100644
index 0000000..b8480af
--- /dev/null
+++ b/dlls/mf3216/mf3216.spec
@@ -0,0 +1,2 @@
+@ stub ConvertEmfToWmf
+@ stub Mf3216DllInitialize

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list