Added msvcp140-_Equivalent patchset

This commit is contained in:
Alistair Leslie-Hughes
2019-01-18 11:10:08 +11:00
parent 690a18a601
commit 0501c71fce
3 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
From 83bafb8e485e4a307bbafe04141faa5118bbb212 Mon Sep 17 00:00:00 2001
From: Gijs Vermeulen <gijsvrm@gmail.com>
Date: Fri, 18 Jan 2019 11:06:14 +1100
Subject: [PATCH] msvcp140: Forward _Equivalent to tr2_sys__Equivalent_wchar
Wine-Bug:https://bugs.winehq.org/show_bug.cgi?id=46465
---
dlls/msvcp140/msvcp140.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/msvcp140/msvcp140.spec b/dlls/msvcp140/msvcp140.spec
index 245389e..6a4eb14 100644
--- a/dlls/msvcp140/msvcp140.spec
+++ b/dlls/msvcp140/msvcp140.spec
@@ -3638,7 +3638,7 @@
@ cdecl _Current_set(wstr) tr2_sys__Current_set_wchar
@ extern _Denorm _Denorm
@ cdecl _Dtest(ptr) _Dtest
-@ stub _Equivalent
+@ cdecl _Equivalent(wstr wstr) tr2_sys__Equivalent_wchar
@ cdecl _Exp(ptr double long) _Exp
@ stub _FCosh
@ extern _FDenorm _FDenorm
--
1.9.1

View File

@@ -0,0 +1 @@
Fixes: [46465] msvcp140: Forward _Equivalent to tr2_sys__Equivalent_wchar