Added patch to export ?_BADOFF@std@@3_JB on both i386 and win64.

This commit is contained in:
Sebastian Lackner
2014-09-29 00:23:24 +02:00
parent 6a81960f7a
commit ed22aea5bd
5 changed files with 51 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ PATCHLIST := \
kernel32-SystemFileCacheSize.ok \
libs-Unicode_Collation.ok \
loader-Cmdline_Diagnostics.ok \
msvcp110-Specfile.ok \
ntdll-DOS_Attributes.ok \
ntdll-Dynamic_DST.ok \
ntdll-Exception.ok \
@@ -506,6 +507,24 @@ loader-Cmdline_Diagnostics.ok:
echo '+ { "loader-Cmdline_Diagnostics", "Michael Müller", "Add commandline option --check-libs to test if shared libraries are installed." },'; \
) > loader-Cmdline_Diagnostics.ok
# Patchset msvcp110-Specfile
# |
# | Included patches:
# | * Export ?_BADOFF@std@@3_JB on both i386 and win64. [by Sebastian Lackner]
# |
# | This patchset fixes the following Wine bugs:
# | * [#37198] Export ?_BADOFF@std@@3_JB on both i386 and win64
# |
# | Modified files:
# | * dlls/msvcp110/msvcp110.spec
# |
.INTERMEDIATE: msvcp110-Specfile.ok
msvcp110-Specfile.ok:
$(call APPLY_FILE,msvcp110-Specfile/0001-msvcp110-Export-_BADOFF-std-3_JB-on-both-i386-and-wi.patch)
@( \
echo '+ { "msvcp110-Specfile", "Sebastian Lackner", "Export ?_BADOFF@std@@3_JB on both i386 and win64." },'; \
) > msvcp110-Specfile.ok
# Patchset ntdll-DOS_Attributes
# |
# | Included patches:

View File

@@ -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

View 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