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
e1de0eea
Commit
e1de0eea
authored
May 25, 2015
by
Piotr Caban
Committed by
Alexandre Julliard
May 26, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr120: Add copysign export.
parent
99818903
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+3
-3
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+3
-3
No files found.
dlls/msvcr120/msvcr120.spec
View file @
e1de0eea
...
...
@@ -2087,9 +2087,9 @@
@ stub conj
@ stub conjf
@ stub conjl
@
stub
copysign
@
stub
copysignf
@
stub copysignl
@
cdecl copysign(double double) MSVCRT__
copysign
@
cdecl copysignf(float float) MSVCRT__
copysignf
@
cdecl copysignl(double double) MSVCRT__copysign
@ cdecl cos(double) MSVCRT_cos
@ cdecl -arch=arm,x86_64 cosf(float) MSVCRT_cosf
@ cdecl cosh(double) MSVCRT_cosh
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
e1de0eea
...
...
@@ -1756,9 +1756,9 @@
@ stub conj
@ stub conjf
@ stub conjl
@
stub
copysign
@
stub
copysignf
@
stub
copysignl
@
cdecl copysign(double double) msvcr120.
copysign
@
cdecl copysignf(float float) msvcr120.
copysignf
@
cdecl copysignl(double double) msvcr120.
copysignl
@ cdecl cos(double) msvcr120.cos
@ cdecl -arch=arm,x86_64 cosf(float) msvcr120.cosf
@ cdecl cosh(double) msvcr120.cosh
...
...
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