mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Fix Rebase
This commit is contained in:
parent
c5c29f9395
commit
d2b7b686f1
@ -5,24 +5,10 @@ Subject: [PATCH] wintrust: Add parameter check in WTHelperGetProvCertFromChain
|
||||
|
||||
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
|
||||
---
|
||||
dlls/user.exe16/window.c | 2 +-
|
||||
dlls/wintrust/tests/softpub.c | 9 +++++++++
|
||||
dlls/wintrust/wintrust_main.c | 2 +-
|
||||
3 files changed, 11 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/dlls/user.exe16/window.c b/dlls/user.exe16/window.c
|
||||
index 69d178e31b0..e906df026c3 100644
|
||||
--- a/dlls/user.exe16/window.c
|
||||
+++ b/dlls/user.exe16/window.c
|
||||
@@ -349,7 +349,7 @@ BOOL16 WINAPI SetWindowText16( HWND16 hwnd, SEGPTR lpString )
|
||||
{
|
||||
return SendMessage16( hwnd, WM_SETTEXT, 0, lpString );
|
||||
}
|
||||
-
|
||||
+wine_call_to_16_regs
|
||||
|
||||
/**************************************************************************
|
||||
* GetWindowTextLength (USER.38)
|
||||
diff --git a/dlls/wintrust/tests/softpub.c b/dlls/wintrust/tests/softpub.c
|
||||
index 77e15b2feb4..219fd8dc26f 100644
|
||||
--- a/dlls/wintrust/tests/softpub.c
|
||||
|
Loading…
Reference in New Issue
Block a user