You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 5b4f8a385b46a8a8a8b09b8ca6578aa7b7995a1e.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From f2c001fb8a99d54ce8a18b3d2d734101b44d50c3 Mon Sep 17 00:00:00 2001
|
||||
From aa89e0ce07424652eb0176dacf32870e9c3193c5 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sun, 26 Feb 2017 22:11:09 +0100
|
||||
Subject: msvcrt: Add stub for Concurrency::details::_CurrentScheduler::_Id.
|
||||
@@ -12,20 +12,20 @@ Subject: msvcrt: Add stub for Concurrency::details::_CurrentScheduler::_Id.
|
||||
5 files changed, 11 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/dlls/concrt140/concrt140.spec b/dlls/concrt140/concrt140.spec
|
||||
index 4786768009f..af55e4df0ea 100644
|
||||
index 51ac8fee97..2971769d8c 100644
|
||||
--- a/dlls/concrt140/concrt140.spec
|
||||
+++ b/dlls/concrt140/concrt140.spec
|
||||
@@ -346,7 +346,7 @@
|
||||
@ stub -arch=win64 ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ
|
||||
@ stub ?_GetNumberOfVirtualProcessors@_CurrentScheduler@details@Concurrency@@SAIXZ
|
||||
@ stub -arch=i386 ?_GetScheduler@_Scheduler@details@Concurrency@@QAEPAVScheduler@3@XZ
|
||||
@ stub -arch=win64 ?_GetScheduler@_Scheduler@details@Concurrency@@QEAAPEAVScheduler@3@XZ
|
||||
-@ stub -arch=win64 ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ
|
||||
-@ stub ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ
|
||||
+@ cdecl ?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ() msvcr120.?_Id@_CurrentScheduler@details@Concurrency@@SAIXZ
|
||||
@ stub -arch=i386 ?_Internal_assign@_Concurrent_vector_base_v4@details@Concurrency@@IAEXABV123@IP6AXPAXI@ZP6AX1PBXI@Z4@Z
|
||||
@ stub -arch=win64 ?_Internal_assign@_Concurrent_vector_base_v4@details@Concurrency@@IEAAXAEBV123@_KP6AXPEAX1@ZP6AX2PEBX1@Z5@Z
|
||||
@ stub -arch=i386 ?_Internal_capacity@_Concurrent_vector_base_v4@details@Concurrency@@IBEIXZ
|
||||
diff --git a/dlls/msvcr110/msvcr110.spec b/dlls/msvcr110/msvcr110.spec
|
||||
index da9b85e476a..3f92d0f7182 100644
|
||||
index 8aa390ee20..451bd265ac 100644
|
||||
--- a/dlls/msvcr110/msvcr110.spec
|
||||
+++ b/dlls/msvcr110/msvcr110.spec
|
||||
@@ -540,7 +540,7 @@
|
||||
@@ -38,7 +38,7 @@ index da9b85e476a..3f92d0f7182 100644
|
||||
@ stub -arch=i386 ?_Invoke@_CancellationTokenRegistration@details@Concurrency@@AAEXXZ
|
||||
@ stub -arch=win64 ?_Invoke@_CancellationTokenRegistration@details@Concurrency@@AEAAXXZ
|
||||
diff --git a/dlls/msvcr120/msvcr120.spec b/dlls/msvcr120/msvcr120.spec
|
||||
index 8b02a63c25a..ecc687a2d97 100644
|
||||
index 7a3a83141c..510f0f0cfa 100644
|
||||
--- a/dlls/msvcr120/msvcr120.spec
|
||||
+++ b/dlls/msvcr120/msvcr120.spec
|
||||
@@ -533,7 +533,7 @@
|
||||
@@ -51,7 +51,7 @@ index 8b02a63c25a..ecc687a2d97 100644
|
||||
@ stub -arch=i386 ?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QAE_NXZ
|
||||
@ stub -arch=win64 ?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QEAA_NXZ
|
||||
diff --git a/dlls/msvcr120_app/msvcr120_app.spec b/dlls/msvcr120_app/msvcr120_app.spec
|
||||
index d30ff5ea719..61282a50674 100644
|
||||
index 62926d469e..7b0f467667 100644
|
||||
--- a/dlls/msvcr120_app/msvcr120_app.spec
|
||||
+++ b/dlls/msvcr120_app/msvcr120_app.spec
|
||||
@@ -529,7 +529,7 @@
|
||||
@@ -64,10 +64,10 @@ index d30ff5ea719..61282a50674 100644
|
||||
@ stub -arch=i386 ?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QAE_NXZ
|
||||
@ stub -arch=win64 ?_IsCanceling@_StructuredTaskCollection@details@Concurrency@@QEAA_NXZ
|
||||
diff --git a/dlls/msvcrt/lock.c b/dlls/msvcrt/lock.c
|
||||
index f4c44170ddf..382d4938fcb 100644
|
||||
index edfefdbd98..8117713524 100644
|
||||
--- a/dlls/msvcrt/lock.c
|
||||
+++ b/dlls/msvcrt/lock.c
|
||||
@@ -714,6 +714,13 @@ void __thiscall _Condition_variable_notify_all(_Condition_variable *this)
|
||||
@@ -933,6 +933,13 @@ void __thiscall _Condition_variable_notify_all(_Condition_variable *this)
|
||||
ptr = next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user