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 msvcp140-_Equivalent patchset
This commit is contained in:
@@ -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
|
||||
|
||||
1
patches/msvcp140-_Equivalent/definition
Normal file
1
patches/msvcp140-_Equivalent/definition
Normal file
@@ -0,0 +1 @@
|
||||
Fixes: [46465] msvcp140: Forward _Equivalent to tr2_sys__Equivalent_wchar
|
||||
Reference in New Issue
Block a user