Added patch for implementation of BindImageEx.

This commit is contained in:
Sebastian Lackner
2014-10-19 00:45:51 +02:00
parent 36dafc95aa
commit 6c4eb0bb53
5 changed files with 217 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ PATCHLIST := \
dsound-Fast_Mixer.ok \
fonts-Missing_Fonts.ok \
gdi32-MultiMonitor.ok \
imagehlp-BindImageEx.ok \
imm32-Cross_Thread_Access.ok \
iphlpapi-TCP_Table.ok \
kernel32-FindFirstFile.ok \
@@ -416,6 +417,24 @@ gdi32-MultiMonitor.ok:
echo '+ { "gdi32-MultiMonitor", "Ken Thomases", "Add multi monitor support to gdi32." },'; \
) > gdi32-MultiMonitor.ok
# Patchset imagehlp-BindImageEx
# |
# | Included patches:
# | * Partial implementation of BindImageEx. [by Bernhard Reiter]
# |
# | This patchset fixes the following Wine bugs:
# | * [#3591] Support for BindImageEx
# |
# | Modified files:
# | * dlls/imagehlp/modify.c, dlls/imagehlp/tests/image.c
# |
.INTERMEDIATE: imagehlp-BindImageEx.ok
imagehlp-BindImageEx.ok:
$(call APPLY_FILE,imagehlp-BindImageEx/0001-imagehlp-Implement-parts-of-BindImageEx-to-make-free.patch)
@( \
echo '+ { "imagehlp-BindImageEx", "Bernhard Reiter", "Partial implementation of BindImageEx." },'; \
) > imagehlp-BindImageEx.ok
# Patchset imm32-Cross_Thread_Access
# |
# | Included patches: