Rebase against e5733e7cd40b41bb4d8c0409e9ed5be8fe6d5618.

This commit is contained in:
Sebastian Lackner 2017-06-05 13:00:54 +02:00
parent 5d672b2839
commit 6ca029a4f6
2 changed files with 2 additions and 32 deletions

View File

@ -1,27 +0,0 @@
From 322b917bad2ab43eb5181a429f1360ce9aca384b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
Date: Sat, 26 Mar 2016 06:03:56 +0100
Subject: include/rpcndr.h: Fix definition of EXTERN_GUID.
---
include/rpcndr.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/rpcndr.h b/include/rpcndr.h
index f795566..9029950 100644
--- a/include/rpcndr.h
+++ b/include/rpcndr.h
@@ -45,9 +45,7 @@ extern "C" {
{ l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
#else
#define EXTERN_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \
- const GUID DECLSPEC_SELECTANY name DECLSPEC_HIDDEN; \
- const GUID DECLSPEC_SELECTANY name = \
- { l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } }
+ EXTERN_C const GUID name
#endif
#endif
--
2.7.1

View File

@ -52,7 +52,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "6c752aaf8da225365b2bdbbf3c43d41afd4d1344"
echo "e5733e7cd40b41bb4d8c0409e9ed5be8fe6d5618"
}
# Show version information
@ -5111,16 +5111,13 @@ fi
# | * [#39367] Return stub interface from mf.MFCreateMediaSession
# |
# | Modified files:
# | * dlls/mf/Makefile.in, dlls/mf/main.c, dlls/mf/mf.spec, dlls/mf/mf_private.h, dlls/mf/session.c, dlls/mf/topology.c,
# | include/rpcndr.h
# | * dlls/mf/Makefile.in, dlls/mf/main.c, dlls/mf/mf.spec, dlls/mf/mf_private.h, dlls/mf/session.c, dlls/mf/topology.c
# |
if test "$enable_mfplat_MFTRegister" -eq 1; then
patch_apply mfplat-MFTRegister/0006-mf-Add-stub-for-MFCreateMediaSession.patch
patch_apply mfplat-MFTRegister/0007-include-rpcndr.h-Fix-definition-of-EXTERN_GUID.patch
patch_apply mfplat-MFTRegister/0008-mf-Implement-IMFMediaSession-stub-interface.patch
(
printf '%s\n' '+ { "Michael Müller", "mf: Add stub for MFCreateMediaSession.", 1 },';
printf '%s\n' '+ { "Michael Müller", "include/rpcndr.h: Fix definition of EXTERN_GUID.", 1 },';
printf '%s\n' '+ { "Michael Müller", "mf: Implement IMFMediaSession stub interface.", 1 },';
) >> "$patchlist"
fi