[PATCH 1/1] msvcp140_2: Add stub dll.

Paul Gofman wine at gitlab.winehq.org
Thu Jun 30 19:28:50 CDT 2022


From: Paul Gofman <pgofman at codeweavers.com>

---
 configure.ac                    |  1 +
 dlls/msvcp140_2/Makefile.in     |  1 +
 dlls/msvcp140_2/msvcp140_2.spec | 44 +++++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)
 create mode 100644 dlls/msvcp140_2/Makefile.in
 create mode 100644 dlls/msvcp140_2/msvcp140_2.spec

diff --git a/configure.ac b/configure.ac
index 9ad1b19164c..d5791bab7b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2825,6 +2825,7 @@ WINE_CONFIG_MAKEFILE(dlls/msvcp140)
 WINE_CONFIG_MAKEFILE(dlls/msvcp140/tests)
 WINE_CONFIG_MAKEFILE(dlls/msvcp140_1)
 WINE_CONFIG_MAKEFILE(dlls/msvcp140_1/tests)
+WINE_CONFIG_MAKEFILE(dlls/msvcp140_2)
 WINE_CONFIG_MAKEFILE(dlls/msvcp140_atomic_wait)
 WINE_CONFIG_MAKEFILE(dlls/msvcp140_atomic_wait/tests)
 WINE_CONFIG_MAKEFILE(dlls/msvcp60)
diff --git a/dlls/msvcp140_2/Makefile.in b/dlls/msvcp140_2/Makefile.in
new file mode 100644
index 00000000000..5b4865db844
--- /dev/null
+++ b/dlls/msvcp140_2/Makefile.in
@@ -0,0 +1 @@
+MODULE       = msvcp140_2.dll
diff --git a/dlls/msvcp140_2/msvcp140_2.spec b/dlls/msvcp140_2/msvcp140_2.spec
new file mode 100644
index 00000000000..c59da9aba9c
--- /dev/null
+++ b/dlls/msvcp140_2/msvcp140_2.spec
@@ -0,0 +1,44 @@
+@ stub __std_smf_assoc_laguerre
+@ stub __std_smf_assoc_laguerref
+@ stub __std_smf_assoc_legendre
+@ stub __std_smf_assoc_legendref
+@ stub __std_smf_beta
+@ stub __std_smf_betaf
+@ stub __std_smf_comp_ellint_1
+@ stub __std_smf_comp_ellint_1f
+@ stub __std_smf_comp_ellint_2
+@ stub __std_smf_comp_ellint_2f
+@ stub __std_smf_comp_ellint_3
+@ stub __std_smf_comp_ellint_3f
+@ stub __std_smf_cyl_bessel_i
+@ stub __std_smf_cyl_bessel_if
+@ stub __std_smf_cyl_bessel_j
+@ stub __std_smf_cyl_bessel_jf
+@ stub __std_smf_cyl_bessel_k
+@ stub __std_smf_cyl_bessel_kf
+@ stub __std_smf_cyl_neumann
+@ stub __std_smf_cyl_neumannf
+@ stub __std_smf_ellint_1
+@ stub __std_smf_ellint_1f
+@ stub __std_smf_ellint_2
+@ stub __std_smf_ellint_2f
+@ stub __std_smf_ellint_3
+@ stub __std_smf_ellint_3f
+@ stub __std_smf_expint
+@ stub __std_smf_expintf
+@ stub __std_smf_hermite
+@ stub __std_smf_hermitef
+@ stub __std_smf_hypot3
+@ stub __std_smf_hypot3f
+@ stub __std_smf_laguerre
+@ stub __std_smf_laguerref
+@ stub __std_smf_legendre
+@ stub __std_smf_legendref
+@ stub __std_smf_riemann_zeta
+@ stub __std_smf_riemann_zetaf
+@ stub __std_smf_sph_bessel
+@ stub __std_smf_sph_besself
+@ stub __std_smf_sph_legendre
+@ stub __std_smf_sph_legendref
+@ stub __std_smf_sph_neumann
+@ stub __std_smf_sph_neumannf
-- 
GitLab

https://gitlab.winehq.org/wine/wine/-/merge_requests/354



More information about the wine-devel mailing list