Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
87c3421d
Commit
87c3421d
authored
Dec 06, 2017
by
Piotr Caban
Committed by
Alexandre Julliard
Dec 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcp: Disable relay for _Thrd_current function.
Spotted by Stefan. Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
62651d65
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
msvcp110.spec
dlls/msvcp110/msvcp110.spec
+1
-1
msvcp120.spec
dlls/msvcp120/msvcp120.spec
+1
-1
msvcp120_app.spec
dlls/msvcp120_app/msvcp120_app.spec
+1
-1
msvcp140.spec
dlls/msvcp140/msvcp140.spec
+1
-1
No files found.
dlls/msvcp110/msvcp110.spec
View file @
87c3421d
...
...
@@ -3857,7 +3857,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr)
@ cdecl _Thrd_current()
@ cdecl
-norelay
_Thrd_current()
@ cdecl _Thrd_detach(int64)
@ cdecl _Thrd_equal(int64 int64)
@ stub _Thrd_exit
...
...
dlls/msvcp120/msvcp120.spec
View file @
87c3421d
...
...
@@ -3804,7 +3804,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr)
@ cdecl _Thrd_current()
@ cdecl
-norelay
_Thrd_current()
@ cdecl _Thrd_detach(int64)
@ cdecl _Thrd_equal(int64 int64)
@ stub _Thrd_exit
...
...
dlls/msvcp120_app/msvcp120_app.spec
View file @
87c3421d
...
...
@@ -3804,7 +3804,7 @@
@ stub _Strxfrm
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr) msvcp120._Thrd_create
@ cdecl _Thrd_current() msvcp120._Thrd_current
@ cdecl
-norelay
_Thrd_current() msvcp120._Thrd_current
@ cdecl _Thrd_detach(int64) msvcp120._Thrd_detach
@ cdecl _Thrd_equal(int64 int64) msvcp120._Thrd_equal
@ stub _Thrd_exit
...
...
dlls/msvcp140/msvcp140.spec
View file @
87c3421d
...
...
@@ -3721,7 +3721,7 @@
@ stub _Temp_get
@ stub _Thrd_abort
@ cdecl _Thrd_create(ptr ptr ptr) _Thrd_create
@ cdecl
_Thrd_current() _Thrd_current
@ cdecl
-norelay _Thrd_current()
@ cdecl _Thrd_detach(int64) _Thrd_detach
@ cdecl _Thrd_equal(int64 int64) _Thrd_equal
@ stub _Thrd_exit
...
...
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