Add patch for ksuser.dll stub

This commit is contained in:
Michael Müller
2014-10-07 02:06:52 +02:00
parent f8f2f10751
commit 4164b920d2
4 changed files with 116 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ PATCHLIST := \
kernel32-GetVolumePathName.ok \
kernel32-Named_Pipe.ok \
kernel32-SystemFileCacheSize.ok \
ksuser-stub.ok \
libs-Unicode_Collation.ok \
ntdll-DOS_Attributes.ok \
ntdll-Dynamic_DST.ok \
@@ -518,6 +519,24 @@ kernel32-SystemFileCacheSize.ok:
echo '+ { "kernel32-SystemFileCacheSize", "Austin English", "Add stub for [Get|Set]SystemFileCacheSize." },'; \
) > kernel32-SystemFileCacheSize.ok
# Patchset ksuser-stub
# |
# | Included patches:
# | * Add ksuser.dll stub. [by Stefan Leichter]
# |
# | This patchset fixes the following Wine bugs:
# | * [#29817] Programs using PortAudio library require ksuser.dll
# |
# | Modified files:
# | * configure.ac, dlls/ksuser/Makefile.in, dlls/ksuser/ksuser.spec, dlls/ksuser/main.c
# |
.INTERMEDIATE: ksuser-stub.ok
ksuser-stub.ok:
$(call APPLY_FILE,ksuser-stub/0001-ksuser-new-stub-dll.patch)
@( \
echo '+ { "ksuser-stub", "Stefan Leichter", "Add ksuser.dll stub." },'; \
) > ksuser-stub.ok
# Patchset libs-Unicode_Collation
# |
# | Included patches: