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
Added patch to export ?_BADOFF@std@@3_JB on both i386 and win64.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
From ad41d07e76a067de254a339ea8a00cff267666b7 Mon Sep 17 00:00:00 2001
|
||||
From: Sebastian Lackner <sebastian@fds-team.de>
|
||||
Date: Mon, 29 Sep 2014 00:21:28 +0200
|
||||
Subject: msvcp110: Export ?_BADOFF@std@@3_JB on both i386 and win64.
|
||||
|
||||
---
|
||||
dlls/msvcp110/msvcp110.spec | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/dlls/msvcp110/msvcp110.spec b/dlls/msvcp110/msvcp110.spec
|
||||
index 593976e..6d3118a 100644
|
||||
--- a/dlls/msvcp110/msvcp110.spec
|
||||
+++ b/dlls/msvcp110/msvcp110.spec
|
||||
@@ -1148,7 +1148,7 @@
|
||||
@ stub -arch=i386 ?_Assign@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IAEXABV123@@Z
|
||||
@ stub -arch=win64 ?_Assign@_Concurrent_queue_iterator_base_v4@details@Concurrency@@IEAAXAEBV123@@Z
|
||||
@ stub ?_Atexit@@YAXP6AXXZ@Z
|
||||
-@ extern -arch=win64 ?_BADOFF@std@@3_JB std_BADOFF
|
||||
+@ extern ?_BADOFF@std@@3_JB std_BADOFF
|
||||
@ stub ?_Byte_reverse_table@details@Concurrency@@3QBEB
|
||||
@ cdecl -arch=arm ?_C_str@?$_Yarn@D@std@@QBAPBDXZ(ptr) _Yarn_char_c_str
|
||||
@ thiscall -arch=i386 ?_C_str@?$_Yarn@D@std@@QBEPBDXZ(ptr) _Yarn_char_c_str
|
||||
--
|
||||
2.1.1
|
||||
|
||||
4
patches/msvcp110-Specfile/definition
Normal file
4
patches/msvcp110-Specfile/definition
Normal file
@@ -0,0 +1,4 @@
|
||||
Author: Sebastian Lackner
|
||||
Subject: Export ?_BADOFF@std@@3_JB on both i386 and win64.
|
||||
Revision: 1
|
||||
Fixes: [37198] Export ?_BADOFF@std@@3_JB on both i386 and win64
|
||||
Reference in New Issue
Block a user