From a8de052a24a54412dbef0722f2481aaeace6df8d Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Fri, 25 Jul 2014 18:50:48 -0600 Subject: [PATCH] Move 15-wtsapi32 to wtsapi32-EnumerateProcesses. --- patches/Makefile | 40 +++++++++---------- ...-implementation-of-WTSEnumerateProce.patch | 0 .../definition | 0 3 files changed, 20 insertions(+), 20 deletions(-) rename patches/{15-wtsapi32 => wtsapi32-EnumerateProcesses}/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch (100%) rename patches/{15-wtsapi32 => wtsapi32-EnumerateProcesses}/definition (100%) diff --git a/patches/Makefile b/patches/Makefile index 7921a42d..b8b36c57 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -6,7 +6,6 @@ CURDIR ?= ${.CURDIR} PATCH := $(CURDIR)/../debian/tools/gitapply.sh -d $(DESTDIR) PATCHLIST := 13-Misc_ACL.ok \ - 15-wtsapi32.ok \ 16-server-CreateProcess_ACLs.ok \ 97-Pipelight.ok \ 98-Miscellaneous.ok \ @@ -27,7 +26,8 @@ PATCHLIST := 13-Misc_ACL.ok \ strmbase-Lock_Race_Conditions.ok \ winepulse-PulseAudio_Support.ok \ winex11-XEMBED.ok \ - ws2_32-TransmitFile.ok + ws2_32-TransmitFile.ok \ + wtsapi32-EnumerateProcesses.ok .PHONY: install install: @@ -66,24 +66,6 @@ clean: echo "+ { \"13-Misc_ACL\", \"Erich E. Hoover\", \"Add default security descriptor ownership and DACLs for processes.\" },"; \ ) > 13-Misc_ACL.ok -# Patchset 15-wtsapi32 -# | -# | Included patches: -# | * Partial implementation of WTSEnumerateProcessesW. [by Sebastian Lackner] -# | -# | This patchset fixes the following Wine bugs: -# | * [#29903] Some Microsoft debuggers fail to enumerate processes due to wtsapi32.WTSEnumerateProcessesW() being a stub -# | (Microsoft Visual Studio 2005, DbgCLR from .NET 2.0 SDK) -# | -# | Modified files: -# | * dlls/wtsapi32/tests/wtsapi.c, dlls/wtsapi32/wtsapi32.c -# | -15-wtsapi32.ok: - $(PATCH) < 15-wtsapi32/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch - ( \ - echo "+ { \"15-wtsapi32\", \"Sebastian Lackner\", \"Partial implementation of WTSEnumerateProcessesW.\" },"; \ - ) > 15-wtsapi32.ok - # Patchset 16-server-CreateProcess_ACLs # | # | Included patches: @@ -503,3 +485,21 @@ ws2_32-TransmitFile.ok: echo "+ { \"ws2_32-TransmitFile\", \"Erich E. Hoover\", \"Implement TransmitFile.\" },"; \ ) > ws2_32-TransmitFile.ok +# Patchset wtsapi32-EnumerateProcesses +# | +# | Included patches: +# | * Partial implementation of WTSEnumerateProcessesW. [by Sebastian Lackner] +# | +# | This patchset fixes the following Wine bugs: +# | * [#29903] Some Microsoft debuggers fail to enumerate processes due to wtsapi32.WTSEnumerateProcessesW() being a stub +# | (Microsoft Visual Studio 2005, DbgCLR from .NET 2.0 SDK) +# | +# | Modified files: +# | * dlls/wtsapi32/tests/wtsapi.c, dlls/wtsapi32/wtsapi32.c +# | +wtsapi32-EnumerateProcesses.ok: + $(PATCH) < wtsapi32-EnumerateProcesses/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch + ( \ + echo "+ { \"wtsapi32-EnumerateProcesses\", \"Sebastian Lackner\", \"Partial implementation of WTSEnumerateProcessesW.\" },"; \ + ) > wtsapi32-EnumerateProcesses.ok + diff --git a/patches/15-wtsapi32/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch b/patches/wtsapi32-EnumerateProcesses/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch similarity index 100% rename from patches/15-wtsapi32/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch rename to patches/wtsapi32-EnumerateProcesses/0001-wtsapi32-Partial-implementation-of-WTSEnumerateProce.patch diff --git a/patches/15-wtsapi32/definition b/patches/wtsapi32-EnumerateProcesses/definition similarity index 100% rename from patches/15-wtsapi32/definition rename to patches/wtsapi32-EnumerateProcesses/definition