From 1e0e9de2b0b863da7668242e8d4c1e2957820d52 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Fri, 25 Jul 2014 18:36:21 -0600 Subject: [PATCH] Move 05-Named_Pipe to kernel32-Named_Pipe. --- patches/Makefile | 38 +++++++++---------- ...turn-value-of-stub-SetNamedPipeHandl.patch | 0 .../definition | 0 3 files changed, 19 insertions(+), 19 deletions(-) rename patches/{05-Named_Pipe => kernel32-Named_Pipe}/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch (100%) rename patches/{05-Named_Pipe => kernel32-Named_Pipe}/definition (100%) diff --git a/patches/Makefile b/patches/Makefile index 7657d112..10e9fc83 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -6,7 +6,6 @@ CURDIR ?= ${.CURDIR} PATCH := $(CURDIR)/../debian/tools/gitapply.sh -d $(DESTDIR) PATCHLIST := 04-XEMBED.ok \ - 05-Named_Pipe.ok \ 06-winepulse.ok \ 07-GetVolumePathName.ok \ 08-Junction_Points.ok \ @@ -22,6 +21,7 @@ PATCHLIST := 04-XEMBED.ok \ 19-ntdll-Dynamic_DST.ok \ 97-Pipelight.ok \ 98-Miscellaneous.ok \ + kernel32-Named_Pipe.ok \ loader-Cmdline_Diagnostics.ok \ server-ACL_Compat.ok \ server-Address_Change_Notification.ok \ @@ -65,24 +65,6 @@ clean: echo "+ { \"04-XEMBED\", \"Sebastian Lackner\", \"Update gl_drawable for embedded windows.\" },"; \ ) > 04-XEMBED.ok -# Patchset 05-Named_Pipe -# | -# | Included patches: -# | * Change return value of stub SetNamedPipeHandleState to TRUE. [by Sebastian Lackner] -# | -# | This patchset fixes the following Wine bugs: -# | * [#17273] Many apps and games need SetNamedPipeHandleState implementation (support for named pipe message -# | mode)(FireFox+Flash, Win8/NET 4.x SDK/vcrun2012, WiX installers) -# | -# | Modified files: -# | * dlls/kernel32/sync.c -# | -05-Named_Pipe.ok: - $(PATCH) < 05-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch - ( \ - echo "+ { \"05-Named_Pipe\", \"Sebastian Lackner\", \"Change return value of stub SetNamedPipeHandleState to TRUE.\" },"; \ - ) > 05-Named_Pipe.ok - # Patchset 06-winepulse # | # | Included patches: @@ -396,6 +378,24 @@ clean: echo "+ { \"98-Miscellaneous\", \"Sebastian Lackner\", \"wined3d: Silence repeated wined3d_swapchain_present FIXME.\" },"; \ ) > 98-Miscellaneous.ok +# Patchset kernel32-Named_Pipe +# | +# | Included patches: +# | * Change return value of stub SetNamedPipeHandleState to TRUE. [by Sebastian Lackner] +# | +# | This patchset fixes the following Wine bugs: +# | * [#17273] Many apps and games need SetNamedPipeHandleState implementation (support for named pipe message +# | mode)(FireFox+Flash, Win8/NET 4.x SDK/vcrun2012, WiX installers) +# | +# | Modified files: +# | * dlls/kernel32/sync.c +# | +kernel32-Named_Pipe.ok: + $(PATCH) < kernel32-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch + ( \ + echo "+ { \"kernel32-Named_Pipe\", \"Sebastian Lackner\", \"Change return value of stub SetNamedPipeHandleState to TRUE.\" },"; \ + ) > kernel32-Named_Pipe.ok + # Patchset loader-Cmdline_Diagnostics # | # | Included patches: diff --git a/patches/05-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch b/patches/kernel32-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch similarity index 100% rename from patches/05-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch rename to patches/kernel32-Named_Pipe/0001-kernel32-Change-return-value-of-stub-SetNamedPipeHandl.patch diff --git a/patches/05-Named_Pipe/definition b/patches/kernel32-Named_Pipe/definition similarity index 100% rename from patches/05-Named_Pipe/definition rename to patches/kernel32-Named_Pipe/definition