From 7e1e29789305cf6cbfe67d87ade7c57d162e67b5 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 22 Jan 2020 16:37:25 -0600 Subject: [PATCH] Fix broken patch --- wine-5.0-gcc10.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wine-5.0-gcc10.patch b/wine-5.0-gcc10.patch index 915f0e0..88c8477 100644 --- a/wine-5.0-gcc10.patch +++ b/wine-5.0-gcc10.patch @@ -206,14 +206,14 @@ extern TW_UINT16 TWAIN_CloseDS --- a/dlls/twain_32/twain32_main.c 2020-01-22 16:31:43.494607403 -0600 +++ b/dlls/twain_32/twain32_main.c 2020-01-22 16:31:02.012503703 -0600 -@@ -29,6 +29,10 @@ +@@ -29,7 +29,9 @@ WINE_DEFAULT_DEBUG_CHANNEL(twain); +-extern HINSTANCE DSM_hinstance; +TW_UINT16 DSM_twCC; +activeDS *activeSources; +HINSTANCE DSM_hinstance; -+ + BOOL WINAPI DllMain (HINSTANCE hinstance, DWORD reason, LPVOID reserved) { - TRACE("%p,%x,%p\n", hinstance, reason, reserved);