summaryrefslogtreecommitdiff
path: root/user/wine/printer.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-25 01:10:30 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-25 01:10:30 +0000
commit0fda0aaec7ec6c3d4609158bc3719eac9aa1c9b4 (patch)
treef3b4e97074ed5b2c532c351aeb786100b3f8a6ff /user/wine/printer.patch
parentc72a855c5b0ff6b2a5310bb8e7279aad5d1b00f5 (diff)
downloadpackages-0fda0aaec7ec6c3d4609158bc3719eac9aa1c9b4.tar.gz
packages-0fda0aaec7ec6c3d4609158bc3719eac9aa1c9b4.tar.bz2
packages-0fda0aaec7ec6c3d4609158bc3719eac9aa1c9b4.tar.xz
packages-0fda0aaec7ec6c3d4609158bc3719eac9aa1c9b4.zip
user/wine: libressl->openssl (how old is this anyway)
Diffstat (limited to 'user/wine/printer.patch')
-rw-r--r--user/wine/printer.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/user/wine/printer.patch b/user/wine/printer.patch
new file mode 100644
index 000000000..4910e4726
--- /dev/null
+++ b/user/wine/printer.patch
@@ -0,0 +1,13 @@
+ dlls/winspool.drv/info.c | 1 +
+ 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
+
+ /* FIXME: The init code should be moved to spoolsv.exe */
++ SetLastError(0);
+ init_mutex = CreateMutexW( NULL, TRUE, winspool_mutex_name );
+ if (!init_mutex)
+ {
+--