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
a2a258f4
Commit
a2a258f4
authored
Apr 05, 2018
by
Piotr Caban
Committed by
Alexandre Julliard
Apr 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr110: Add __crtCaptureCurrentContext implementation.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ba5fe9a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+1
-1
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+1
-1
No files found.
dlls/msvcr110/msvcr110.spec
View file @
a2a258f4
...
...
@@ -904,7 +904,7 @@
@ cdecl __clean_type_info_names_internal(ptr)
@ cdecl -arch=i386 __control87_2(long long ptr ptr)
@ cdecl __create_locale(long str) MSVCRT__create_locale
@
stub -arch=win64 __crtCaptureCurrent
Context
@
cdecl -arch=win64 -norelay __crtCaptureCurrentContext(ptr) ntdll.RtlCapture
Context
@ stub -arch=win64 __crtCapturePreviousContext
@ cdecl __crtCompareStringA(long long str long str long)
@ stub -arch=i386,win64 __crtCompareStringEx
...
...
dlls/msvcr120/msvcr120.spec
View file @
a2a258f4
...
...
@@ -889,7 +889,7 @@
@ cdecl __clean_type_info_names_internal(ptr)
@ cdecl -arch=i386 __control87_2(long long ptr ptr)
@ cdecl __create_locale(long str) MSVCRT__create_locale
@
stub -arch=win64 __crtCaptureCurrent
Context
@
cdecl -arch=win64 -norelay __crtCaptureCurrentContext(ptr) ntdll.RtlCapture
Context
@ stub -arch=win64 __crtCapturePreviousContext
@ cdecl __crtCompareStringA(long long str long str long)
@ stub -arch=i386,win64 __crtCompareStringEx
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
a2a258f4
...
...
@@ -883,7 +883,7 @@
@ cdecl __clean_type_info_names_internal(ptr) msvcr120.__clean_type_info_names_internal
@ cdecl -arch=i386 __control87_2(long long ptr ptr) msvcr120.__control87_2
@ cdecl __create_locale(long str) msvcr120.__create_locale
@
stub -arch=win64
__crtCaptureCurrentContext
@
cdecl -arch=win64 -norelay __crtCaptureCurrentContext(ptr) msvcr120.
__crtCaptureCurrentContext
@ stub -arch=win64 __crtCapturePreviousContext
@ stub __crtCloseWinRTThreadHandle
@ cdecl __crtCompareStringA(long long str long str long) msvcr120.__crtCompareStringA
...
...
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