From 369f3e155d53cd137b1a67bc45c346e3f6c38f3e Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 23 Jul 2022 02:46:59 -0500 Subject: user/wine: Update to 7.0 (WIP) --- user/wine/printer.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/wine/printer.patch') diff --git a/user/wine/printer.patch b/user/wine/printer.patch index 4910e4726..6ccfab003 100644 --- a/user/wine/printer.patch +++ b/user/wine/printer.patch @@ -2,12 +2,12 @@ 1 file changed, 1 insertion(+) --- a/dlls/winspool.drv/info.c +++ a/dlls/winspool.drv/info.c -@@ -1620,6 +1620,7 @@ void WINSPOOL_LoadSystemPrinters(void) - #endif +@@ -1136,6 +1136,7 @@ void WINSPOOL_LoadSystemPrinters(void) + WCHAR PrinterName[256]; /* FIXME: The init code should be moved to spoolsv.exe */ + SetLastError(0); - init_mutex = CreateMutexW( NULL, TRUE, winspool_mutex_name ); + init_mutex = CreateMutexW( NULL, TRUE, L"__WINE_WINSPOOL_MUTEX__" ); if (!init_mutex) { -- -- cgit v1.2.3-60-g2f50