[PATCH 1/4] ext-ms-win-dx-ddraw-l1-1-0: Add new dll.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Fri Nov 26 03:19:03 CST 2021


Enable Windows 10 msmpeg2vdec.dll to run.

Signed-off-by: Mohamad Al-Jaf <mohamadaljaf at gmail.com>
---
 configure                                                       | 2 ++
 configure.ac                                                    | 1 +
 dlls/ext-ms-win-dx-ddraw-l1-1-0/Makefile.in                     | 1 +
 dlls/ext-ms-win-dx-ddraw-l1-1-0/ext-ms-win-dx-ddraw-l1-1-0.spec | 2 ++
 4 files changed, 6 insertions(+)
 create mode 100644 dlls/ext-ms-win-dx-ddraw-l1-1-0/Makefile.in
 create mode 100644 dlls/ext-ms-win-dx-ddraw-l1-1-0/ext-ms-win-dx-ddraw-l1-1-0.spec

diff --git a/configure b/configure
index 67bcd371525..cd1cdfdd197 100755
--- a/configure
+++ b/configure
@@ -1339,6 +1339,7 @@ enable_explorerframe
 enable_ext_ms_win_authz_context_l1_1_0
 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
 enable_ext_ms_win_dwmapi_ext_l1_1_0
+enable_ext_ms_win_dx_ddraw_l1_1_0
 enable_ext_ms_win_gdi_dc_create_l1_1_0
 enable_ext_ms_win_gdi_dc_create_l1_1_1
 enable_ext_ms_win_gdi_dc_l1_2_0
@@ -21205,6 +21206,7 @@ wine_fn_config_makefile dlls/explorerframe/tests enable_tests
 wine_fn_config_makefile dlls/ext-ms-win-authz-context-l1-1-0 enable_ext_ms_win_authz_context_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-domainjoin-netjoin-l1-1-0 enable_ext_ms_win_domainjoin_netjoin_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-dwmapi-ext-l1-1-0 enable_ext_ms_win_dwmapi_ext_l1_1_0
+wine_fn_config_makefile dlls/ext-ms-win-dx-ddraw-l1-1-0 enable_ext_ms_win_dx_ddraw_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-0 enable_ext_ms_win_gdi_dc_create_l1_1_0
 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-create-l1-1-1 enable_ext_ms_win_gdi_dc_create_l1_1_1
 wine_fn_config_makefile dlls/ext-ms-win-gdi-dc-l1-2-0 enable_ext_ms_win_gdi_dc_l1_2_0
diff --git a/configure.ac b/configure.ac
index b69f738ebca..29b17e208ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2887,6 +2887,7 @@ WINE_CONFIG_MAKEFILE(dlls/explorerframe/tests)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-authz-context-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-domainjoin-netjoin-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-dwmapi-ext-l1-1-0)
+WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-dx-ddraw-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-create-l1-1-0)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-create-l1-1-1)
 WINE_CONFIG_MAKEFILE(dlls/ext-ms-win-gdi-dc-l1-2-0)
diff --git a/dlls/ext-ms-win-dx-ddraw-l1-1-0/Makefile.in b/dlls/ext-ms-win-dx-ddraw-l1-1-0/Makefile.in
new file mode 100644
index 00000000000..7ea9f6c0ff8
--- /dev/null
+++ b/dlls/ext-ms-win-dx-ddraw-l1-1-0/Makefile.in
@@ -0,0 +1 @@
+MODULE    = ext-ms-win-dx-ddraw-l1-1-0.dll
diff --git a/dlls/ext-ms-win-dx-ddraw-l1-1-0/ext-ms-win-dx-ddraw-l1-1-0.spec b/dlls/ext-ms-win-dx-ddraw-l1-1-0/ext-ms-win-dx-ddraw-l1-1-0.spec
new file mode 100644
index 00000000000..9d64b320385
--- /dev/null
+++ b/dlls/ext-ms-win-dx-ddraw-l1-1-0/ext-ms-win-dx-ddraw-l1-1-0.spec
@@ -0,0 +1,2 @@
+@ stdcall DirectDrawCreate(ptr ptr ptr) ddraw.DirectDrawCreate
+@ stdcall DirectDrawEnumerateExA(ptr ptr long) ddraw.DirectDrawEnumerateExA
-- 
2.34.1




More information about the wine-devel mailing list