Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
f3c36f72
Commit
f3c36f72
authored
Jun 30, 2022
by
Paul Gofman
Committed by
Alexandre Julliard
Jul 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp140_2: Add stub dll.
parent
5e714c64
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
0 deletions
+48
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/msvcp140_2/Makefile.in
+1
-0
msvcp140_2.spec
dlls/msvcp140_2/msvcp140_2.spec
+44
-0
No files found.
configure
View file @
f3c36f72
...
...
@@ -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
...
...
configure.ac
View file @
f3c36f72
...
...
@@ -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)
...
...
dlls/msvcp140_2/Makefile.in
0 → 100644
View file @
f3c36f72
MODULE
=
msvcp140_2.dll
dlls/msvcp140_2/msvcp140_2.spec
0 → 100644
View file @
f3c36f72
@ 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment