From f474c5783f8b6c00ea9dd8eafddcd95d4c302ca7 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Fri, 12 Dec 2014 06:15:47 +0100 Subject: [PATCH] Add definition file for bug 37701 (mfplat.MFStartup and MFShutdown stubs). --- README.md | 3 ++- patches/Makefile | 3 +++ patches/mfplat-Stubs/definition | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 patches/mfplat-Stubs/definition diff --git a/README.md b/README.md index 86b16d8a..6032a494 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,14 @@ Wine. All those differences are also documented on the Included bug fixes and improvements =================================== -**Bugfixes and features included in the next upcoming release [11]:** +**Bugfixes and features included in the next upcoming release [12]:** * Add support for GetPropValue to PulseAudio backend * Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143)) * Fix possible segfault in pulse_rd_loop of PulseAudio backend * Fix return value of ScrollWindowEx for invisible windows ([Wine Bug #37706](https://bugs.winehq.org/show_bug.cgi?id=37706)) * Ignore unsupported flags for CoInternetSetFeatureEnabled ([Wine Bug #35197](https://bugs.winehq.org/show_bug.cgi?id=35197)) +* Implement stubs for mfplat.MFStartup and MFShutdown ([Wine Bug #37701](https://bugs.winehq.org/show_bug.cgi?id=37701)) * Provide named entry point shell32.SHILCreateFromPath for vista apps ([Wine Bug #37265](https://bugs.winehq.org/show_bug.cgi?id=37265)) * Reallocate buffer when adding records to AVI files ([Wine Bug #5137](https://bugs.winehq.org/show_bug.cgi?id=5137)) * Set last error when GetRawInputDeviceList fails ([Wine Bug #37667](https://bugs.winehq.org/show_bug.cgi?id=37667)) diff --git a/patches/Makefile b/patches/Makefile index dd23270c..1b18ad12 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -787,6 +787,9 @@ libwine-BSD_mmap_fixed.ok: # Patchset mfplat-Stubs # | +# | This patchset fixes the following Wine bugs: +# | * [#37701] Implement stubs for mfplat.MFStartup and MFShutdown +# | # | Modified files: # | * dlls/mfplat/main.c, dlls/mfplat/mfplat.spec, include/Makefile.in, include/mferror.h # | diff --git a/patches/mfplat-Stubs/definition b/patches/mfplat-Stubs/definition new file mode 100644 index 00000000..59492983 --- /dev/null +++ b/patches/mfplat-Stubs/definition @@ -0,0 +1 @@ +Fixes: [37701] Implement stubs for mfplat.MFStartup and MFShutdown