You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rebase against 5a66eab725423951860676aef49feeb3668eb20c.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
From 0111782f2507d26c8cfc5401ad1291638b172696 Mon Sep 17 00:00:00 2001
|
||||
From ef059a443a88414b0c551608b5f8302002d5f6f0 Mon Sep 17 00:00:00 2001
|
||||
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
||||
Date: Tue, 28 Sep 2021 14:41:16 +1000
|
||||
Subject: [PATCH] sapi: Return dump object in ISpObjectTokenEnumBuilder Next
|
||||
@ -8,7 +8,7 @@ Subject: [PATCH] sapi: Return dump object in ISpObjectTokenEnumBuilder Next
|
||||
1 file changed, 7 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/dlls/sapi/token.c b/dlls/sapi/token.c
|
||||
index 686e6ade490..c322d560ec3 100644
|
||||
index 859d916fa43..12b3e0e8a6e 100644
|
||||
--- a/dlls/sapi/token.c
|
||||
+++ b/dlls/sapi/token.c
|
||||
@@ -705,6 +705,7 @@ static HRESULT WINAPI token_enum_Next( ISpObjectTokenEnumBuilder *iface,
|
||||
@ -17,7 +17,7 @@ index 686e6ade490..c322d560ec3 100644
|
||||
struct token_enum *This = impl_from_ISpObjectTokenEnumBuilder( iface );
|
||||
+ HRESULT hr;
|
||||
|
||||
TRACE( "(%p)->(%u %p %p)\n", This, num, tokens, fetched );
|
||||
TRACE( "(%p)->(%lu %p %p)\n", This, num, tokens, fetched );
|
||||
|
||||
@@ -712,8 +713,12 @@ static HRESULT WINAPI token_enum_Next( ISpObjectTokenEnumBuilder *iface,
|
||||
|
||||
@ -35,5 +35,5 @@ index 686e6ade490..c322d560ec3 100644
|
||||
|
||||
static HRESULT WINAPI token_enum_Skip( ISpObjectTokenEnumBuilder *iface,
|
||||
--
|
||||
2.33.0
|
||||
2.34.1
|
||||
|
||||
|
Reference in New Issue
Block a user