From: Eric Pouech epouech@codeweavers.com
Signed-off-by: Eric Pouech epouech@codeweavers.com --- programs/conhost/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/programs/conhost/window.c b/programs/conhost/window.c index 043ecd5510f..a5dd9979534 100644 --- a/programs/conhost/window.c +++ b/programs/conhost/window.c @@ -1367,7 +1367,7 @@ static COLORREF get_color( struct dialog_info *di, unsigned int idc ) { LONG_PTR index;
- index = GetWindowLongPtrW(GetDlgItem( di->dialog, idc ), 0); + index = GetWindowLongW(GetDlgItem( di->dialog, idc ), 0); return di->config.color_map[index]; }
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=145873
Your paranoid android.
=== debian11b (build log) ===
error: patch failed: programs/conhost/window.c:1367 Task: Patch failed to apply