-- v2: msvcp140_2: Add stub dll.
From: Paul Gofman pgofman@codeweavers.com
--- configure | 2 ++ configure.ac | 1 + dlls/msvcp140_2/Makefile.in | 1 + dlls/msvcp140_2/msvcp140_2.spec | 44 +++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 dlls/msvcp140_2/Makefile.in create mode 100644 dlls/msvcp140_2/msvcp140_2.spec
diff --git a/configure b/configure index 50c23800f62..e563a2f9502 100755 --- a/configure +++ b/configure @@ -1227,6 +1227,7 @@ enable_msvcp120 enable_msvcp120_app enable_msvcp140 enable_msvcp140_1 +enable_msvcp140_2 enable_msvcp140_atomic_wait enable_msvcp60 enable_msvcp70 @@ -21657,6 +21658,7 @@ wine_fn_config_makefile dlls/msvcp140 enable_msvcp140 wine_fn_config_makefile dlls/msvcp140/tests enable_tests wine_fn_config_makefile dlls/msvcp140_1 enable_msvcp140_1 wine_fn_config_makefile dlls/msvcp140_1/tests enable_tests +wine_fn_config_makefile dlls/msvcp140_2 enable_msvcp140_2 wine_fn_config_makefile dlls/msvcp140_atomic_wait enable_msvcp140_atomic_wait wine_fn_config_makefile dlls/msvcp140_atomic_wait/tests enable_tests wine_fn_config_makefile dlls/msvcp60 enable_msvcp60 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
This merge request was approved by Alexandre Julliard.